This commit is contained in:
retoor 2024-11-29 07:25:09 +01:00
parent 79129a9d7d
commit 499de6df04
2 changed files with 1 additions and 1 deletions

BIN
isspam

Binary file not shown.

View File

@ -321,7 +321,7 @@ void analyze(FILE *f) {
stra(all, sbuf); stra(all, sbuf);
free(sbuf); free(sbuf);
strd(all); strd(all);
uint word_count_per_sentence = words->count / sentences->count; ulonglong word_count_per_sentence = words->count / sentences->count;
printf("Word count per sentence: %llu\n", word_count_per_sentence); printf("Word count per sentence: %llu\n", word_count_per_sentence);
slf(capitalized_words); slf(capitalized_words);