GlobalMaksimum / sadedegel

A General Purpose NLP library for Turkish
http://sadedegel.ai
MIT License
92 stars 15 forks source link

ImportError in sadegel.dataset.tscorpus #187

Closed ertugrul-dmr closed 3 years ago

ertugrul-dmr commented 3 years ago

When I tried to use command python -m sadedegel.dataset.tscorpus --help for working on issue #186 I get this error:

ImportError: cannot import name 'tok_eval' from 'sadedegel.dataset.tscorpus._core'

I think tok_eval can't be imported because it's not in the _core.py and main.py doesn't use tok_eval. I'm going to try fix this issue and move towards to #186