WordNet(JWI MIT) : How to find High Frequency words list?

左心房为你撑大大i 提交于 2020-01-03 04:55:06

问题


Using JWI MIT interface libraries http://projects.csail.mit.edu/jwi/ , how can I find the list of most frequently used English words in daily life from WordNet api (http://wordnet.princeton.edu/)? Is there any way I can accomplish this if API initially does not provide this?

Because initially API does not filter words on a level.


回答1:


WordNet comes with usage word counts, but the man page describes them as unreliable and not updated since 2001: http://wordnet.princeton.edu/wordnet/man/cntlist.5WN.html

The answer to a similar question also points out how the data is not very useful: https://stackoverflow.com/a/12376620/841830

I realize this is not answering your question, but I think you should regard WordNet as not having any word usage count information, and instead get that information from a different source. (If you want word usage counts for a particular corpus, not generally, that should be its own question, but basically WordNet is not the tool for that job.)



来源:https://stackoverflow.com/questions/20936502/wordnetjwi-mit-how-to-find-high-frequency-words-list

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