Hello everyone,
I am analyzing some of the conversations that my robot has been having, and I am doing that using tokenizing and then processing through Treetagger. However, I am looking to train my Treetagger with some of the tags that I want to define: is that possible?
Why I am using a Treetagger is that I am interested in certain adjective+noun and noun+noun bigrams: if anyone knows another tool that can do that and wherein I can define the type (the tag) to be associated with a token (a word), I’d be also very grateful.
Thanks in advance!