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

Update to python 3.8 #164

Closed damien2012eng closed 2 years ago

damien2012eng commented 2 years ago

Update Python 3.7 to 3.8 by changing sklearn version to 0.22. See here for resolving Python 3.8 compatibility. Also compared the predicted results from the outputs of 3.8 version to the Python 3.7 on the BEA data and no differences found.

damien2012eng commented 2 years ago

Update to Python 3.8