- Window - Class in org.canova.nlp.movingwindow
-
A representation of a sliding window.
- Window(Collection<String>, int, int) - Constructor for class org.canova.nlp.movingwindow.Window
-
Creates a window with a context of size 3
- Window(Collection<String>, int, int, int) - Constructor for class org.canova.nlp.movingwindow.Window
-
Initialize a window with the given size
- windowForWordInPosition(int, int, List<String>) - Static method in class org.canova.nlp.movingwindow.Windows
-
Creates a sliding window from text
- Windows - Class in org.canova.nlp.movingwindow
-
Static utility class for textual based windowing functions
- Windows() - Constructor for class org.canova.nlp.movingwindow.Windows
-
- windows(InputStream, int) - Static method in class org.canova.nlp.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(InputStream, TokenizerFactory, int) - Static method in class org.canova.nlp.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(String, int) - Static method in class org.canova.nlp.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(String, TokenizerFactory, int) - Static method in class org.canova.nlp.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(String) - Static method in class org.canova.nlp.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(String, TokenizerFactory) - Static method in class org.canova.nlp.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(List<String>, int) - Static method in class org.canova.nlp.movingwindow.Windows
-
Constructs a list of window of size windowSize
- wordAt(int) - Method in class org.canova.nlp.metadata.DefaultVocabCache
-
- wordAt(int) - Method in interface org.canova.nlp.metadata.VocabCache
-
Returns a word in the vocab at a particular index
- wordFrequenciesForRecord(Collection<Writable>) - Method in class org.canova.nlp.vectorizer.TextVectorizer
-
- wordFrequency(String) - Method in class org.canova.nlp.metadata.DefaultVocabCache
-
- wordFrequency(String) - Method in interface org.canova.nlp.metadata.VocabCache
-
Get the word frequency for a word