How do I include pronouns and other types of words in Wordnet?

只愿长相守 提交于 2019-12-04 18:04:24

First, they're missing since WordNet only contains the open-class words as described in their page:

Q. Why is WordNet missing: of, an, the, and, about, above, because, etc.
A. WordNet only contains "open-class words": nouns, verbs, adjectives, and adverbs. Thus, excluded words include determiners, prepositions, pronouns, conjunctions, and particles.

And so other types of words which do not exist in WordNet are actually closed-class words, in the sense that they have fixed number of entries. Therefore, you can always hardcode them into your program.

You can find the list of pronouns, conjunctions, etc. on this website.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!