Ull
This commit is contained in:
parent
79129a9d7d
commit
499de6df04
2
isspam.c
2
isspam.c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user