-
Couldn't load subscription status.
- Fork 0
Description
Currently, I build a single dictionary at the top of the list of scoring filters for all configs I provide. This makes a lot of sense, since virtually all other dictionary entries would match the syllabic filter anyway, making it largely ineffectual to move any specific dictionary to another scoring position. However, both the corpus config and pref config have length minimums on the syllabic and alphabetic matches- meaning that it would matter for short words (1 or 2 characters) that don't appear in the dictionary placed in the first position.
Now, the trouble is that there are pretty few candidates for benefitting from this change. po, te, to, and wa out of linku obscure, and a fair number more out of the sandbox. The value of a change like this is... small. Maybe not even worth it.