Uses of Class
cc.mallet.pipe.NGramPreprocessor
-
Packages that use NGramPreprocessor Package Description cc.mallet.util Miscellaneous utilities including command line processing, math functions, lexing, logging. -
-
Uses of NGramPreprocessor in cc.mallet.util
Methods in cc.mallet.util with parameters of type NGramPreprocessor Modifier and Type Method Description static void
DBBulkLoader. generateStoplist(SimpleTokenizer prunedTokenizer, NGramPreprocessor preprocessor)
Read the data from inputFiles, then write all the words that do not occur pruneCount.value times or more to the pruned word file.
-