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?