Can you please update the readme file?
The lines for:
print(sentence.text)
and
print(token.lemma)
don't print anything, those properties don't seem to exist.
Also, the indexes in the lines like:
matches["sentences"][1]....
need to be changed to a [0] I believe.
Can you please update the readme file? The lines for:
print(sentence.text)
andprint(token.lemma)
don't print anything, those properties don't seem to exist.Also, the indexes in the lines like:
matches["sentences"][1]....
need to be changed to a [0] I believe.