mistval / jp-verb-deconjugator

Unconjugate conjugated Japanese verbs.
MIT License
23 stars 2 forks source link

Results should be ordered by the frequency of the base word #2

Open mistval opened 6 years ago

mistval commented 6 years ago

Currently there are some heuristics to order the results, however they are not that great. I think ordering the results by the rank of the base word in a frequency list would be better.

For example, the first result for 行った方がいい has 行う as the base word. It would be better if the first result were the one with 行く as the base word.