See: Description
| Interface | Description |
|---|---|
| WordEmbedding |
A class to manage 1-D
NDArray representations of words. |
| Class | Description |
|---|---|
| Vocabulary |
Vocabulary is a collection of tokens. |
| Vocabulary.VocabularyBuilder |
Builder class that is used to build the
Vocabulary. |
| Exception | Description |
|---|---|
| EmbeddingException |
Thrown to indicate that there was some error while loading embeddings.
|