Closed mglabska closed 6 months ago
Add the following conditions for more restrictive filtering of the input scope: if nlp.vocab.__contains__(token.lemma_) and token.text.islower() and len(token.text) > 4
if nlp.vocab.__contains__(token.lemma_) and token.text.islower() and len(token.text) > 4
Add the following conditions for more restrictive filtering of the input scope:
if nlp.vocab.__contains__(token.lemma_) and token.text.islower() and len(token.text) > 4