Package ai.djl.modality.nlp
package ai.djl.modality.nlp
Contains utility classes for natural language processing tasks.
-
ClassDescription
Decoderis an abstract block that be can used as decoder in encoder-decoder architecture.The default implementation of Vocabulary.Builder class that is used to build theDefaultVocabulary.Encoderis an abstract block that be can used as encoder in encoder-decoder architecture.EncoderDecoderis a general implementation of the very popular encoder-decoder architecture.Utility functions for processing String and Characters in NLP problems.The input container for NLP text prompt.Vocabularyis a collection of tokens.