Lemmatizer | |||||
Description | Lemmatization usually refers to doing things properly with the use of a vocabulary and morphological analysis of words, normally aiming to remove inflectional endings only and to return the base or dictionary form of a word. | ||||
Why to use | Textual Analysis – Pre Processing | ||||
When to use | When you want to get the base or dictionary form of words that has meaning. When you want to link words with similar meanings to one word. | When not to use | On numerical data. | ||
Prerequisites | It is used on textual data. | ||||
Input | Gone Going Went | Output | Go | ||
Related algorithms |
| Alternative algorithm | Stemmer | ||
Statistical Methods used | - | Limitations | In-depth linguistic knowledge is required to create dictionaries and look for the proper form of the word. |