I am working on reducing verbose statements (ECommerce) to simpler phrases using ChatScript’s POS tagger. For a statement like, “I want to order the items in my cart” the word “order” is being read as “adverb” instead of “verb”. While I understand why the system is doing that, this will prove to be a costly error in my case. I have gone through the o.txt in BASIC folder and tried changing things but in vain.
Is there any way to make the system recognize “order” as verb in such cases?
Note: I am using ChatScript’s POS tagger since I have found it to work the best among the other existing ones and since it is very customizable. Any other recommendations are welcome.