grammarly / gector

Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module Not found error

ayush-1701 opened this issue · comments

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

Giving this error,

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

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