See: Description
| Interface | Description |
|---|---|
| TextEmbedding |
A class to manage 1-D
NDArray representations of multiple words. |
| WordEmbedding |
A class to manage 1-D
NDArray representations of words. |
| Class | Description |
|---|---|
| ModelZooTextEmbedding |
A
WordEmbedding using a ZooModel. |
| SimpleTextEmbedding |
A
TextEmbedding that applies a WordEmbedding to each word independently. |
| TrainableTextEmbedding | |
| TrainableWordEmbedding |
TrainableWordEmbedding is an implementation of WordEmbedding and Embedding based on a SimpleVocabulary. |
| TrainableWordEmbedding.Builder |
A builder for a
TrainableWordEmbedding. |
| Exception | Description |
|---|---|
| EmbeddingException |
Thrown to indicate that there was some error while loading embeddings.
|