| Package | Description |
|---|---|
| com.aliasi.classify |
Classes for classifying data and evaluation.
|
| com.aliasi.test.unit.lm |
| Modifier and Type | Method and Description |
|---|---|
static DynamicLMClassifier<TokenizedLM> |
DynamicLMClassifier.createTokenized(String[] categories,
TokenizerFactory tokenizerFactory,
int maxTokenNGram)
Construct a dynamic language model classifier over the
specified categories using token n-gram language models of the
specified order and the specified tokenizer factory for
tokenization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenizedLMTest.assertEqEstimate(TokenizedLM lm,
CharSequence cSeq) |
Copyright © 2016 Alias-i, Inc.. All rights reserved.