Hi, Dear all, I am doing some projects on the android application. We are using java. I only find the C/C++ api of pocketsphinx. Could you tell me where I can find the java api? I ran the demo which is coded in Java.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, I read them. They are helpful and thank you for your suggestion.
However, what I am looking for is a more detailed manual about the Java api. The section does give out the explanation how the code work and some sample codes. But I need do something more. For example, I want to do forced alignment on my data and get the log likelihood score. I need check the function about this. But in that section I don't see the information.
So I need a more detailed manual (or instruction). Do you know how I can get that?
Thank you again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no such thing currently. All you can do is to download pocketsphinx-android and see which methods SpeechRecognizer class has. So far you can do three type of searches: keyword, grammar and language model.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, Dear all, I am doing some projects on the android application. We are using java. I only find the C/C++ api of pocketsphinx. Could you tell me where I can find the java api? I ran the demo which is coded in Java.
Thanks.
http://cmusphinx.sourceforge.net/wiki/tutorialandroid
Thank you.
I know this link. However, I still don't find the java API.
It's worth to look at the code and read the whole article, especially the "builing pocketsphinx-android" section.
Yes, I read them. They are helpful and thank you for your suggestion.
However, what I am looking for is a more detailed manual about the Java api. The section does give out the explanation how the code work and some sample codes. But I need do something more. For example, I want to do forced alignment on my data and get the log likelihood score. I need check the function about this. But in that section I don't see the information.
So I need a more detailed manual (or instruction). Do you know how I can get that?
Thank you again.
There is no such thing currently. All you can do is to download pocketsphinx-android and see which methods
SpeechRecognizerclass has. So far you can do three type of searches: keyword, grammar and language model.Thank you.
The only thing I want to implement is forced alignment. Can I implement that now?
If not, I have an idea about using C/C++ api to implement that and convert that to Java function in Android. Is that OK?