JohnSnowLabs / nlu

1 line for thousands of State of The Art NLP models in hundreds of languages The fastest and most accurate way to solve text problems.
Apache License 2.0
869 stars 130 forks source link

Error when loading match.datetime component #70

Open GladiatorX opened 3 years ago

GladiatorX commented 3 years ago
import nlu
nlu.load('match.datetime').predict('In the years 2000/01/01 to 2010/01/01 a lot of things happened')

Running it in colab pip install nlu pyspark==3.0.2 Get this Error: Exception: Something went wrong during loading and fitting the pipe. Check the other prints for more information and also verbose mode. Did you use a correct model reference?

C-K-Loan commented 3 years ago

Hi @GladiatorX ,

thank you for sharing this, looks like the spell is mapping to an outdated model. this will be fixed soon,