I want to store a initial space in keyman lexical model
For example in Taiwanese language, the ê is a very common word, however the word only follow other words, in that way, I want to store ’ ê’, however every time I do so, the space will be automatically deleted in the wordlist
Do you can how to solve this issue, it seems the the file don’t see the space as a part of the word.
I know it’s likely not the answer you want, but the solution is to stop fighting the program on this. Our models don’t currently have grammatical awareness, and the word itself only starts at ê
.
Furthermore, our prediction engine is designed to only predict new words after a wordbreak, not before. No matter how unlikely or unique the word - say, supercalifragilisticexpialidocious
, with no alternative suggestions for the base word - the engine will not provide new-word suggestions like your hypothetical space+ê entry until a space is actually typed. It’s just not designed that way.
If you still see this as an issue, then it’s an architectural issue that we do not currently plan to resolve at any point on our current roadmap.