| Package | Description |
|---|---|
| com.aliasi.classify |
Classes for classifying data and evaluation.
|
| com.aliasi.hmm |
Classes for estimating and decoding hidden Markov models.
|
| com.aliasi.lm |
Classes for character- and token-based language models.
|
| com.aliasi.test.unit.lm |
| Modifier and Type | Method and Description |
|---|---|
static DynamicLMClassifier<NGramBoundaryLM> |
DynamicLMClassifier.createNGramBoundary(String[] categories,
int maxCharNGram)
Construct a dynamic classifier over the specified cateogries,
using boundary character n-gram models of the specified order.
|
| Modifier and Type | Method and Description |
|---|---|
NGramBoundaryLM |
HmmCharLmEstimator.emissionLm(String state)
Returns the language model used for emission probabilities for
the specified state.
|
| Modifier and Type | Method and Description |
|---|---|
static NGramBoundaryLM |
NGramBoundaryLM.readFrom(InputStream in)
Read a process language model from the specified input
stream.
|
| Modifier and Type | Method and Description |
|---|---|
static NGramBoundaryLM |
NGramBoundaryLMTest.serDeser(NGramBoundaryLM model) |
| Modifier and Type | Method and Description |
|---|---|
static NGramBoundaryLM |
NGramBoundaryLMTest.serDeser(NGramBoundaryLM model) |
static CompiledNGramBoundaryLM |
NGramBoundaryLMTest.writeRead(NGramBoundaryLM model) |
Copyright © 2016 Alias-i, Inc.. All rights reserved.