From here i just try to ran the sample code provided on site, but am getting this error
TypeError Traceback (most recent call last) in ----> 1 text = nlp("The virginica species has the least average sepal_width.")
TypeError: 'NLP' object is not callable
I have installed all packages, but still what might have cause this issue?