libflint/docs/parsing.md

15 lines
253 B
Markdown
Raw Permalink Normal View History

2024-04-05 18:13:08 +00:00
# parsing
String parsing tools
## Functions
### simple_english_scoring
Scores a string based on a simple ETAOIN SHRDLU scale. A simple, somewhat accurate way to determine if a string is
English.
```c
int simple_english_scoring(const char *s);
```