Uses of Package
com.optimaize.langdetect.text
-
Packages that use com.optimaize.langdetect.text Package Description com.optimaize.langdetect.text Provides functionality for concatenating and cleaning text that is used as a) learning text to producecom.optimaize.langdetect.LanguageProfile
s b) for the text for which the language is to be guessed. -
Classes in com.optimaize.langdetect.text used by com.optimaize.langdetect.text Class Description RemoveMinorityScriptsTextFilter Removes text written in scripts that are not the dominant script of the text.TextFilter Allows to filter content from a text to be ignored for the n-gram analysis.TextObject A convenient text object implementing CharSequence and Appendable.TextObjectFactory Factory forTextObject
s.TextObjectFactoryBuilder Builder forTextObjectFactory
.UrlTextFilter Removes URLs and email addresses from the text.