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

Python 3.7 support issue #288

Open nikhilpsathyanathan opened 4 years ago

nikhilpsathyanathan commented 4 years ago

generator is not in 3.7 so it is causing error

andersan commented 4 years ago

Also running into this issue

andersan commented 4 years ago

https://github.com/bretttolbert/verbecc Used this package instead - I just needed the conjugation features of pattern. Verbecc also has conjugation of phrasal verbs (e.g. "had been") which is more useful for my application.

tuxayo commented 4 years ago

See also #62

Bounty here: https://github.com/clips/pattern/issues/62#issuecomment-391473725

bernd-wechner commented 1 year ago

Found the same issue here. Saved me reporting it ;-)