sailfish-keyboard / presage

Fork of Presage (http://presage.sourceforge.net/)
GNU General Public License v2.0
6 stars 10 forks source link

Normalization of search strings #12

Closed rinigus closed 6 years ago

rinigus commented 6 years ago

When searching for predictions using trie database, search string has to be converted to lowercase. This should work for all chars, so utf8 solution is needed. Could be provided by boost.locale or ICU.

Look into it if trie approach will be successful.

rinigus commented 6 years ago

Maybe should be approached for each language individually . So far , it's not needed for English and Estonian. Let's open issues for specific cases