simple english test

This commit is contained in:
2024-04-05 11:13:08 -07:00
parent 0408b8d499
commit a415fba3e9
5 changed files with 64 additions and 0 deletions

6
include/lfparsing.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef LIBFLINT_H_PARSING
#define LIBFLINT_H_PARSING
int simple_english_scoring(const char *s);
#endif // LIBFLINT_H_PARSING