[android-developers] Re: LetterRecognizer API in the Gesture class

2012-10-30 Thread Mor G.
Hi Andy,

It seems like the LetterRecognizer was never released.
But in our app we've added gesture search that works similar and learns 
the user's handwriting so it gets better in time (it can also be taught new 
languages).

It's not perfect, but you can check it out in 
Contacts+http://play.google.com/store/apps/details?id=com.contapps.android 
from 
the market (you'll need to enable gesture search from settings).
We haven't worked on this feature for a while, so I'm sure there's more 
stuff to improve on it.

Mor.

On Friday, October 26, 2012 1:55:40 PM UTC+2, Andy India wrote:

 Hi Mor,
 Did you get any update about the same like LetterRecognizer in Gesture. I 
 need to implement it in one of my project. You have posted 2 years back. 
 Please help me if you get any update.

 Thanks,
 Andy

 On Tuesday, October 12, 2010 1:29:24 AM UTC+5:30, Mor G. wrote:

 Hi, 

 I'm implementing a gesture search feature in my application, I've 
 noticed that in the Gesture class docs (http://developer.android.com/ 
 reference/android/gesture/Gesture.htmlhttp://developer.android.com/reference/android/gesture/Gesture.html)
  
 it reads: 
 A user-defined gesture can be recognized by a GestureLibrary and a 
 built-in alphabet gesture can be recognized by a *LetterRecognizer*. 

 How can I use the LetterRecognizer? 
 There's no API for that in the docs, I've also searched android's code 
 itself, and besides the same comment above in the code there's 
 nothing. 

 I've implemented a letter recognizer manually by drawing the ABC 
 letters to a gesture raw file and using the regular 
 mLibrary.recognize(gesture) API, but the success rate is not very 
 high, not even close to Google's gesture search app. 

 Does Google's gesture search uses LetterRecognizer? 

 Thanks, 
 Mor. 
 www.contapps.com 



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: LetterRecognizer API in the Gesture class

2012-10-29 Thread Andy India
Hi Mor,
Did you get any update about the same like LetterRecognizer in Gesture. I 
need to implement it in one of my project. You have posted 2 years back. 
Please help me if you get any update.

Thanks,
Andy

On Tuesday, October 12, 2010 1:29:24 AM UTC+5:30, Mor G. wrote:

 Hi, 

 I'm implementing a gesture search feature in my application, I've 
 noticed that in the Gesture class docs (http://developer.android.com/ 
 reference/android/gesture/Gesture.htmlhttp://developer.android.com/reference/android/gesture/Gesture.html)
  
 it reads: 
 A user-defined gesture can be recognized by a GestureLibrary and a 
 built-in alphabet gesture can be recognized by a *LetterRecognizer*. 

 How can I use the LetterRecognizer? 
 There's no API for that in the docs, I've also searched android's code 
 itself, and besides the same comment above in the code there's 
 nothing. 

 I've implemented a letter recognizer manually by drawing the ABC 
 letters to a gesture raw file and using the regular 
 mLibrary.recognize(gesture) API, but the success rate is not very 
 high, not even close to Google's gesture search app. 

 Does Google's gesture search uses LetterRecognizer? 

 Thanks, 
 Mor. 
 www.contapps.com 



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en