Skip to content
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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant