I'm using python 3.7 in google colab. I install allennlp=2.4.0
and allennlp-models
.
When I run my code, I get this error:
from allennlp.data.tokenizers.word_splitter import SpacyWordSplitter
ModuleNotFoundError: No module named 'allennlp.data.tokenizers.word_splitter'