dhowe / RiTaV1

RiTa: the generative language toolkit
http://rednoise.org/rita
GNU General Public License v3.0
354 stars 78 forks source link

Cannot proritize the parts of speech of a word on a particular mood #578

Open rExQone opened 4 years ago

rExQone commented 4 years ago

Hi, I have seen the vocabulary sets of RiTa.js with pronunciation and categories of parts of speech against words. But any word that is shared in different categories cannot returns the specific category on the basis of context rather it returns the first category (I hope it makes sense). For example: the word Ram is a verb as well as a proper noun but whatever the context is, it always returns only the first category.

dhowe commented 4 years ago

This should not be the case, assuming you pass the entire sentence for pos-tagging. Do you have the full sentence, and/or any other examples? Thanks