Core Machine Learning Topics
Natural Language Processing (NLP)
自然言語処理
Natural language processing enables computers to analyze and generate human language. Tokenization prepares language for computation, while named-entity recognition identifies meaningful names in text.
Japanese terms
- Natural language processing — 自然言語処理: The field concerned with computational processing and generation of human language.
- Tokenization — トークン化: The process of dividing input into units that a language-processing system can handle.
- Named-entity recognition — 固有表現抽出: The task of locating and categorizing names such as people, organizations, and places in text.
Related topics
Large language models and transformers now support many NLP applications.