Uses of Class
net.ontopia.topicmaps.classify.Language
Packages that use Language
Package
Description
To classify content, use the SimpleClassifier class.
-
Uses of Language in net.ontopia.topicmaps.classify
Methods in net.ontopia.topicmaps.classify that return LanguageModifier and TypeMethodDescriptionstatic LanguageLanguage.detectLanguage(Document doc) INTERNAL: Detects the language of the document based on the built-in languages and new languages registered.static LanguageLanguage.getLanguage(String lang) Methods in net.ontopia.topicmaps.classify with parameters of type LanguageModifier and TypeMethodDescriptionstatic voidLanguage.registerLanguage(Language lang) INTERNAL: Registers a new language for use by detectLanguage.