Im using the following commands to implement my dictionary and my hmm:
c.SetString("-dict", "Resources/Assets/sync/keyphrase.dict"); c.SetString("-hmm", "Resources/Assets/sync/en-us");
It cant find the mdef file, but the mdef file is in the hmm folder. I tried the following already:
c.SetString("-mdef", "Resources/Assets/sync/en-us/mdef");
Didn´t work either, it just keeps crashing.
Thanks in advance.
Time to learn more about file paths and relative paths.
Log in to post a comment.
Im using the following commands to implement my dictionary and my hmm:
It cant find the mdef file, but the mdef file is in the hmm folder. I tried the following already:
Didn´t work either, it just keeps crashing.
Thanks in advance.
Time to learn more about file paths and relative paths.