grammarly / gector

Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)
Apache License 2.0
891 stars 216 forks source link

Module Not found error #156

Closed ayush-1701 closed 2 years ago

ayush-1701 commented 2 years ago

ModuleNotFoundError: No module named 'allennlp.data.iterators'

Giving this error,

Arvinth-s commented 2 years ago

Hey @ayush-1701, did you install the requirements? Did you get any error while executing pip install -r requirements.txt ?

mina1460 commented 2 years ago

you need to install allennlp 0.8.4 as newer versions will not work (some modules were removed).