I am looking to use ChatScript’s POS tagger to reduce complex statements to simpler phrases. For example, for “I want to go to the mall”, I want to tag it and then get the “go to the mall” part which is [verb2 ... object2] or [verb2 ... EndofLine] (... indicates everything in between).
However, even after going through the documentation, I still have no clue about how to do that. I understand that one can retrieve the clauses and the main verb/object/subject. But, how do I do that? where do I mention the ‘u: __ ’ statements?
Thanks so much in advance!