Package com.optimaize.langdetect.ngram
Interface NgramFilter
-
- All Known Implementing Classes:
BackwardsCompatibleNgramFilter
,StandardNgramFilter
public interface NgramFilter
Filters out some undesired n-grams.- Author:
- Fabian Kessler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
use(String ngram)
-
-
-
Method Detail
-
use
boolean use(String ngram)
-
-