java - Extracting Word count / frequency count using Wordnet database -
i looking word count/frequency extraction according word's usage in general english http://www.wordcount.org/main.php. using jwnl api accessing wordnet dictionary , unable find way this.
you might want google n-grams corpus. unigram counts give relative frequencies of each word. @ 1 point, did go through , link of words in wordnet corresponding n-gram count; can find list here:
https://raw.githubusercontent.com/gangeli/sim/master/etc/weighted_wordnet_vocabulary.tab
note in no way "canonical" list that's in way officially supported, it's put once.
Comments
Post a Comment