Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Junk Syllables are being produced #26

Open
arjo129 opened this issue Dec 28, 2013 · 0 comments
Open

Junk Syllables are being produced #26

arjo129 opened this issue Dec 28, 2013 · 0 comments

Comments

@arjo129
Copy link
Owner

arjo129 commented Dec 28, 2013

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??

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant