Package | Description |
---|---|
net.ontopia.topicmaps.classify |
To classify content, use the SimpleClassifier class.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static void |
Language.registerLanguage(Language lang)
INTERNAL: Registers a new language for use by detectLanguage.
|