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

吃可爱长大的小学妹 提交于 2019-12-06 09:15:33

问题


I am using Princeton's WordNet for an application, but there is no support for pronouns, conjunctions, and several other types of words within the database. Does anybody know if there is a way to supplement the Wordnet database with these types of words?

Thanks,

Ted


回答1:


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.



来源:https://stackoverflow.com/questions/17056042/how-do-i-include-pronouns-and-other-types-of-words-in-wordnet

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