Class LanguageProfileImpl.Stats
java.lang.Object
com.optimaize.langdetect.profiles.LanguageProfileImpl.Stats
- Enclosing class:
- LanguageProfileImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionKey = gram length (1-3 or so).Key = gram length (1-3 or so).Key = gram length (1-3 or so). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
numOccurrences
Key = gram length (1-3 or so). Value = number of all occurrences of these grams combined. -
minGramCounts
Key = gram length (1-3 or so). Value = number of occurrences of the n-gram that occurs the least often. this can be 1, or larger if a cutoff was applied to remove infrequent grams. -
maxGramCounts
Key = gram length (1-3 or so). Value = number of occurrences of the n-gram that occurs the most often.
-
-
Constructor Details
-
Stats
-