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.75k stars 1.58k forks source link

Fix singular_ie words #228

Closed intentionally-left-nil closed 1 year ago

intentionally-left-nil commented 6 years ago

singularize('rookies') should be 'rookie' etc. for all the words on singular_ie This fixes clips/pattern#227