Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I downloaded the Wordnet English language words database and I would like to sort the words by frequency in modern English. The most common words first. I thought in using Google Ngram but it doesn't return the frequency in plain text, it returns an image instead.

The precise order shouldn't matter, I only want that common words such as "table" come before "obnoxious".

Perhaps even the Wordnet database could already contain the necessary information, but I couldn't find the column that could help me.

Is there any Web Site, Web Service or database that could provide me what I need?

share|improve this question

closed as not constructive by Al Everett, Eight Days of Malaise, Barry Sep 15 '12 at 20:03

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

Here is a little project I made for myself. It has an API for retrieving the most common words. The page has a description of the API.

http://alexdadgar.com/projects/rank/

share|improve this answer
up vote 0 down vote accepted

I found out that Google released the database used by NGram so we can generate our own app using it.

http://ngrams.googlelabs.com/datasets

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.