-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to configure Julius in a way such that only phoneme recognition happens without tokenizing into words? #168
Comments
I think you will need the output from Julius running in server mode, that is, using the |
Yes, you can do it, because I did it with HTK and Julius. Try to picture a word dictionary wich contains one phoneme for one word, like vowels. |
@Estalhun sounds promising. thanks. can you expand just a little bit? |
Something like this: Sample "sententences" for training (Hungarian):
' |
I'm working on an application and need to simply recognize a stream of sounds, even if they are not tokenized into words. I expect to get a list of all recognized phonemes. Is it possible with Julius?
The text was updated successfully, but these errors were encountered: