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