android - How to find how commonly is an English word used? -


i have following problem.

i writing android application uses english dictionary, educational app, submits english language related test user.

i have following problem:

in order assess difficulty of tests application produces,

i need have approximation of how commonly english word used.

i need high level approximation, reasonable source acceptable.

the problem have every word in dictionary (sqlite database) contains 95000 words.

interesting problem, isn't it?

please suggestion more welcome!

edit edit edit

i thinking doing google queries via code , use results have approximation. point doubt google allow code 95000 automatic queries...

use frequency list (pdf) of english. words low frequency or not in list not common.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -