uSpeech icon indicating copy to clipboard operation
uSpeech copied to clipboard

Junk Syllables are being produced

Open arjo129 opened this issue 11 years ago • 0 comments

Currently I am using the following work around:

Syllable s;
...
int sum = s.f+s.o+s.v+s.s+s.h;
if(sum>30){
   //Perform proscessing... 
}

Possibly a function to determine the probability of validity of a syllable that inco-orporates this code??

arjo129 avatar Dec 28 '13 08:12 arjo129