See: Description
| Interface | Description |
|---|---|
| Vocabulary |
Vocabulary is a collection of tokens. |
| Class | Description |
|---|---|
| Decoder |
Decoder is an abstract block that be can used as decoder in encoder-decoder architecture. |
| Encoder |
Encoder is an abstract block that be can used as encoder in encoder-decoder architecture. |
| EncoderDecoder |
EncoderDecoder is a general implementation of the very popular encoder-decoder
architecture. |
| NlpUtils |
Utility functions for processing String and Characters in NLP problems.
|
| SimpleVocabulary |
The simple implementation of Vocabulary.
|
| SimpleVocabulary.Builder |
Builder class that is used to build the
SimpleVocabulary. |