seeing as the package isn't updated for 8 years, i'm wondering if there are other packages nowadays to find basic word frequency in a common english corpus.
i couldn't find anything obvious on NPM. even the https://naturalnode.github.io/natural/tfidf.html natural just has tf-idf which means supplying your own corpus.
which leads to the question, what data is this project based on?
there's a list of 36000 words here I assume sorted by frequency, but where is that detail from?
https://github.com/chadananda/wordlevel/blob/master/freq_list_en.js
seeing as the package isn't updated for 8 years, i'm wondering if there are other packages nowadays to find basic word frequency in a common english corpus.
i couldn't find anything obvious on NPM. even the https://naturalnode.github.io/natural/tfidf.html natural just has tf-idf which means supplying your own corpus.
which leads to the question, what data is this project based on?
there's a list of 36000 words here I assume sorted by frequency, but where is that detail from?
https://github.com/chadananda/wordlevel/blob/master/freq_list_en.js