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

Junk Syllables are being produced #26

Description

@arjo129

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions