Skip to content
Pietro Liuzzo edited this page Mar 30, 2017 · 5 revisions

Switch Keyboard for string search

Description

the user needs to be able to

  • enter text to search in ethiopic

  • entering text to search in normalized latin, as in EthioSPaRe

  • enter easypeasy e for shwa, etc. done in search query

but search all those variants.

Notes

Implementation

for entry like syriaca https://github.com/Mottie/Keyboard/wiki https://mottie.github.io/Keyboard/index.html

guidelines to create layout https://github.com/Mottie/Keyboard/wiki/Contributing

for data entry, use this https://github.com/r12a/r12a.github.io/tree/master/pickers/ethiopic and enhance for normalized (only the official project one!)

for search app:createQuery needs to be enriched with this options.

for each term in the lucene query syntax there should be options for the others

Prerequisites

the entered string shall be recognized and converted to the other forms.

recognition might take place with a tick option (are you entering geez, latin, something else? default on latin)

conversion needs a script that include the recognition and performs the translations/replacements. ASSUMING the text entered is correct.

back to list