| Package | Description |
|---|---|
| com.aliasi.lm |
Classes for character- and token-based language models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BitTrieWriter
A
BitTrieWriter provides a trie writer that wraps a
bit-level output. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BitTrieWriter.copy(TrieReader reader,
TrieWriter writer)
Copies the content of the specified trie reader to the specified
trie writer.
|
static void |
TrieCharSeqCounter.writeCounter(CharSeqCounter counter,
TrieWriter writer,
int maxNGram)
Writes the specified sequence counter to the specified trie
writer, restricting output to n-grams not longer than the
specified maximum.
|
Copyright © 2019 Alias-i, Inc.. All rights reserved.