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
importspacynlp=spacy.load("en_core_web_sm")
ifu"dog"innlp.vocab.strings:
print("'dog' is in the StringStore")
else:
print("'dog' is not in the StringStore")
How to reproduce the behaviour
lex = nlp.vocab[u"dog"] print(lex.is_oov, lex.prob)
producing
True -20.0
This bug had been reported #1204.
Your Environment
The text was updated successfully, but these errors were encountered: