plkmo / NLP_Toolkit

Library of state-of-the-art models (PyTorch) for NLP tasks
Apache License 2.0
108 stars 25 forks source link

issues with punctuate.py #3

Closed mattiaguerri closed 4 years ago

mattiaguerri commented 4 years ago

issue with calinski_harabasz_score, cannot be imported issue with google.cloud, cannot be imported error message OSError: [E050] Can't find model 'en_core_web_lg'

In addition, add fasttext and kenlm to requirements.

plkmo commented 4 years ago

Thanks, added to requirements.txt. To fix error message OSError: [E050] Can't find model 'en_core_web_lg', run: python -m spacy download en_core_web_lg