| Package | Description |
|---|---|
| com.aliasi.lm |
Classes for character- and token-based language models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompiledNGramBoundaryLM
A
CompiledNGramBoundaryLM is constructed by reading
the serialized form of an instance of NGramBoundaryLM. |
class |
CompiledNGramProcessLM
A
CompiledNGramProcessLM implements a conditional
process language model. |
class |
NGramBoundaryLM
An
NGramBoundaryLM provides a dynamic sequence
language model for which training, estimation and pruning may be
interleaved. |
class |
NGramProcessLM
An
NGramProcessLM provides a dynamic conditional
process language model process for which training, estimation, and
pruning may be interleaved. |
Copyright © 2016 Alias-i, Inc.. All rights reserved.