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
Post a Comment