- Python Natural Language Processing
- Jalaj Thanaki
- 76字
- 2021-07-15 17:01:51
Lexical analysis
Lexical analysis is defined as the process of breaking down a text into words, phrases, and other meaningful elements. Lexical analysis is based on word-level analysis. In this kind of analysis, we also focus on the meaning of the words, phrases, and other elements, such as symbols.
Sometimes, lexical analysis is also loosely described as the tokenization process. So, before discussing tokenization, let's understand what a token is and what a POS tag is.