How do I include pronouns and other types of words in Wordnet?
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
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.
链接地址: http://www.djcxy.com/p/62412.html