I am currently developing an android mobile app that uses Voice
Recognition.
The result from the Voice Recognition is an ArrayList of the potential
results.
How can I compare these results to a another set of string candidades?
Is there a Java lib
that takes 2 Strings and returns a measure of their likeness? Is this
the correct way?
e.g. the voice recognition returned the string "heillo" and my set is
{ "hello" , "bye" , etc }. With this situation I'm looking for
something to deduce that voice recognition returned "hello"
Thank you for your time.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
To unsubscribe, reply using "remove me" as the subject.