ChatterBot
ChatterBot copied to clipboard
tagging.py/PosLemmaTagger()
Hi all,
Why in line 57 of tagging.py, the pos tag is taken from the previous token, and not from the one the lemma also comes from? Is this on purpose, or is a bug?
I have the same question.do you have the answer?
Old ticket, going to close this off. But yes, this was intentional, the goal was to create a more context dependent token by using the part of speech from the previous word.