hchiam / please

An experimental programming language (transpiler) to make it easier to write code with speech recognition.
MIT License
1 stars 1 forks source link

use words_grouped-level data? #25

Closed hchiam closed 7 years ago

hchiam commented 7 years ago

Already split sentence in to tokens, so maybe make use of this? Related to issue #11: check_spell(sentence) in sentence loop, not word loop.

hchiam commented 7 years ago

Going by sentence and using regex's really simplified and shortened functions.