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

Verb conjugation (Python 3.7-3.8) #309

Closed ndo3 closed 4 years ago

ndo3 commented 4 years ago

Hey!

Hope this finds you all well. I ran into this error (https://imgur.com/a/eHVdwGO) when I was trying to conjugate a verb (my code stopped when it was trying to conjugate "gets"). I tried running the code on Python 3.7 and 3.8 and Pattern ran into the same issue with both versions. Can you guys help me take a look? Thanks!

Best, Nam

ndo3 commented 4 years ago

Actually jk - I resolved the issue - I tried running it with python3.6 and it works! :)