clips / pattern

Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
https://github.com/clips/pattern/wiki
BSD 3-Clause "New" or "Revised" License
8.74k stars 1.58k forks source link

Problematic lemmatization of 'thieves' and 'glass' #311

Open Kristina-Pianykh opened 4 years ago

Kristina-Pianykh commented 4 years ago

The singularize() function used on the string 'thieves' returns 'thieve' while when used on 'glass' it returns 'glas'.