Hi ,can any tell how to fix build issues. If any steps that really be helpful thank you
Menny Even Danan
@menny
@kiransnagaraj what issues do you see?
kiransnagaraj
@kiransnagaraj
@menny Error in java compiler
@menny I am facing build issue Caused by: java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: com/sun/tools/javac/util/JavacMessages$ResourceBundleHelper
EtienneDesticourt
@EtienneDesticourt
I'm starting to get some good results from the gesture AI: 80+% word prediction accuracy and 90+% for top 2 suggestions.
Should be able to start the Java implementation soon.
Menny Even Danan
@menny
@kiransnagaraj make sure you are using Java 10. I have jenv to manage my Java environment
@EtienneDesticourt this is amazing to hear! Thanks for the effort
EtienneDesticourt
@EtienneDesticourt
I'm hesitating on which data structure to use to handle my words. I need to have a frequency and a gesture object for each word so I'm thinking of using two HashMaps with a word -> freq, and a word -> gesture association. It'd allow me to work solely with word lists when I incrementally prune candidates and have a way back to the freq and gesture information easily. On the other hand the current implementation uses a list of words and a list of frequencies so it might be better to just add a list of gestures. But then I'd have to keep track of the indices of the words in the original list whenever I prune words away incrementally and only keep a subset of them. Having a hard time figuring out the memory/access-time tradeoffs.
Not sure it even matters for a number of elements in the 100 thousands
matrixbot
@matrixbot
ildar EtienneDesticourt, thanks a lot for your efforts. this part definitely needs in improving.
Menny Even Danan
@menny
better start with something simple (map) and then we can look at the code together and find a more suitable structure.
eetrukhan
@eetrukhan
Hello, help me, please, don't you now how to test this keyboard in android studio emulator on mac?
Vikalp Saxena
@saxena_vikalp_twitter
Hi I wanted to build a gesture U
Typing keyboard
Thought it would be good idea to see how others have done it.
Could you guys please guide me how do I get started
matrixbot
@matrixbot
ildar Gesture typing works already. What do you want to do?
realboy918
@realboy918
I need learning ml for making a keyboard app??
Matrixbot help
ildar
realboy918
@realboy918
il
matrixbot
@matrixbot
ildar What?
Or Schapira
@schapira
hi, I want to test beta version, can I get apk without google account?
matrixbot
@matrixbot
ildar this is sane but ASK devs set up CI but do not build APK
ildar 🤦♂️
ildar insane I mean
allonp
@allonp
how can i disable the dictionary?
Prem Patel
@PremPatel8
Hi I recently started looking into customizing the swipe gesture settings in this keyboard and I am finding a key gesture action missing. I wanted to set the swipe right gesture to add a space. This feature is available in Fleksy keyboard where you can swipe right anywhere on the keyboard and it will add a space. This makes typing very fast as you don't have to leave the home row to tap the space-bar key after typing each word. Does anyone know if this feature is going to be added in the future or if there are any open issues on GitHub about this.
matrixbot
@matrixbot
ildar This chat for the opposite approach: no typing, just swypin'
Yo, I'm trying to use gesture typing, but it doesn't work on my phone. The corner of the keyboard shows the gesture icon in red. Anyone know what that means?
daspruthvi96
@daspruthvi96
Never mind, seems like the latest messages were from Nov 2020.
@ildar:matrix.org If you want to test the latest commit on the PR that'd be very welcome. It should work on any device but I only have my own and a few emulators to test it on. Would be useful if you could let me know if it stills hangs after every word, also which language you're using if it's not english.