# Tutorials

- [Quick Start](/deeplearning4j/tutorials/quick-start.md): Quickstart for Java using Maven
- [Language Processing](/deeplearning4j/tutorials/language-processing.md): Overview of language processing in DL4J
- [Doc2Vec](/deeplearning4j/tutorials/language-processing/doc2vec.md): Doc2Vec and arbitrary documents for language processing in DL4J.
- [Sentence Iterator](/deeplearning4j/tutorials/language-processing/sentence-iterator.md): Iteration of words, documents, and sentences for language processing in DL4J.
- [Tokenization](/deeplearning4j/tutorials/language-processing/tokenization.md): Breaking text into individual words for language processing in DL4J.
- [Vocabulary Cache](/deeplearning4j/tutorials/language-processing/vocabulary-cache.md): Mechanism for handling general NLP tasks in DL4J.
