I was thinking about doing a software which, given a word 'x' (or a list of words) in dictionary form and a native textfile (or a directory of native textfiles), output a list of all the sentences which contain the word 'x'.
The main issue is in which order to put the sentences? A good idea is to put them in order of difficulty but how to evaluate it?
Maybe using a frequency list so that sentences with common words will be put first? But I fear this will require too much of cpu work and will be too slow.
So maybe it's best to limit it to a word per time: you put a word, it analizes your corpus of japanese texts, and it takes all sentences with that word in order of difficulty.
Do you people know if something similar exist?
The main issue is in which order to put the sentences? A good idea is to put them in order of difficulty but how to evaluate it?
Maybe using a frequency list so that sentences with common words will be put first? But I fear this will require too much of cpu work and will be too slow.
So maybe it's best to limit it to a word per time: you put a word, it analizes your corpus of japanese texts, and it takes all sentences with that word in order of difficulty.
Do you people know if something similar exist?


![[Image: hLxPMzm.png]](http://i.imgur.com/hLxPMzm.png)
![[Image: eUz6sb2.png]](http://i.imgur.com/eUz6sb2.png)