You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to run tokenizer training using token_train.py, but I'm running into this error:
Traceback (most recent call last):
File "token_train.py", line 11, in <module>
from data import preprocess_morph_tag
ImportError: cannot import name 'preprocess_morph_tag' from 'data'
Is a file missing from the repo? Can you point me to preprocess_morph_tag?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to run tokenizer training using token_train.py, but I'm running into this error:
Is a file missing from the repo? Can you point me to
preprocess_morph_tag
?Thanks!
The text was updated successfully, but these errors were encountered: