> For the complete documentation index, see [llms.txt](https://deeplearning4j.konduit.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/language-processing.md).

# Language Processing

- [Overview](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/language-processing/overview.md): Overview of language processing in DL4J
- [Word2Vec](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/language-processing/word2vec.md): Neural word embeddings for NLP in DL4J.
- [Doc2Vec](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/language-processing/doc2vec.md): Doc2Vec and arbitrary documents for language processing in DL4J.
- [Sentence Iteration](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/language-processing/sentence-iterator.md): Iteration of words, documents, and sentences for language processing in DL4J.
- [Tokenization](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/language-processing/tokenization.md): Breaking text into individual words for language processing in DL4J.
- [Vocabulary Cache](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/language-processing/vocabulary-cache.md): Mechanism for handling general NLP tasks in DL4J.
