Given a dictionary containing 10000 words, implementation SHARK2 algorithm (as in research paper: http://pokristensson.com/pubs/KristenssonZhaiUIST2004.pdf) to decode a user input gesture and output the best decoded word.
-
Updated
Jun 16, 2020 - Python