Uses of Class
com.optimaize.langdetect.text.RemoveMinorityScriptsTextFilter
Packages that use RemoveMinorityScriptsTextFilter
Package
Description
Provides functionality for concatenating and cleaning text that is used as
a) learning text to produce
com.optimaize.langdetect.LanguageProfiles
b) for the text for which the language is to be guessed.-
Uses of RemoveMinorityScriptsTextFilter in com.optimaize.langdetect.text
Methods in com.optimaize.langdetect.text that return RemoveMinorityScriptsTextFilterModifier and TypeMethodDescriptionRemoveMinorityScriptsTextFilter.forThreshold(double threshold) If a script has less than this fraction of content compared to the most used one, its text is removed.