# 语言处理

- [概述](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/yu-yan-chu-li/gai-shu.md): DL4J语言处理概述
- [Word2Vec](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/yu-yan-chu-li/word2vec.md): DL4J中NLP神经词嵌入
- [Doc2Vec](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/yu-yan-chu-li/doc2vec.md): 在DL4J中用于语言处理的Doc2Vec和任意文档。
- [SentenceIterator](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/yu-yan-chu-li/sentenceiterator.md): DL4J中用于语言处理的单词、文档和句子的迭代。
- [Tokenization](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/yu-yan-chu-li/tokenization.md): 在DL4J中把文本分解成单个单词进行语言处理。
- [Vocabulary Cache](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/yu-yan-chu-li/vocabulary-cache.md): DL4J中处理一般NLP任务的机制。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/yu-yan-chu-li.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
