Tal Ater

Results 48 issues of Tal Ater

For example: ``` annyang.setPrefix('OK, glass'); ``` Now only sentences beggining with "OK, glass" will be parsed.

enhancement

Explore SpeechGrammar support Consider using Blobs (see http://stackoverflow.com/questions/9848979/html5-speech-recognition-is-there-a-way-to-set-what-the-user-is-expected-to/15102039#15102039) Add interface to let user add grammar and words.

enhancement

Sample formats: ``` javascript coords = '37.915499, -85.956172'; coords = '37.915499,-85.956172'; coords = '37°54\'55.8"N 85°57\'22.2"W'; coords = '37°54\'55.8"N, 85°57\'22.2"W'; coords = '37° 54′ 55″ N, 85° 57′ 22″ W'; coords...

enhancement