Re: [Algorithms] Algorithm for determining 'word difficulty'
Brought to you by:
vexxed72
From: John R. <jra...@gm...> - 2010-06-18 17:40:35
|
Yes, I'm actually using Scabble's score for the game itself; however that only gives you indication of letter frequency. The more I think about it, I believe the perfect solution is to generate a database of word frequencies against a number of books with a known 'reading level'. I'm pretty much sure that is the best clean solution to the problem. John On Fri, Jun 18, 2010 at 12:33 PM, Jonathan Sauer <jon...@gm...>wrote: > Hello, > > > Any thoughts on an algorithm which could more or less automatically > > score the entire English language by 'difficultly to spell' and > > 'difficulty to recognize'? Assuming you have as input all of the > > data in a standard dictionary and thesaurus? > > Maybe you could use Scrabble's scoring to rank words. > > > Jonathan > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > GDAlgorithms-list mailing list > GDA...@li... > https://lists.sourceforge.net/lists/listinfo/gdalgorithms-list > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_name=gdalgorithms-list > |