Skip to content

Commit

Permalink
updated cli output
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday committed Aug 21, 2021
1 parent 6a56b85 commit 5855af5
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ Prosegrinder now includes a simple CLI for analyzing text in a file:::
Will provide basic statistics on text from a file, the filename, and the sh256 of text analyzed. Output is json to help facilitate use in automation:::

{
"filename": "./tests/resources/shortstory.txt",
"filename": "shortstory.txt",
"statistics": {
"sha256": "5b756dea7c7f0088ff3692e402466af7f4fc493fa357c1ae959fa4493943fc03",
"word_character_count": 7008,
"phone_count": 5747,
Expand All @@ -66,21 +67,23 @@ Will provide basic statistics on text from a file, the filename, and the sh256 o
"second_person_word_count": 74,
"third_person_word_count": 31,
"pov": "first",
"readability_scores": {
"automated_readability_index": 0.281,
"coleman_liau_index": 9.425,
"flesch_kincaid_grade_level": 8.693,
"flesch_reading_ease": 62.979,
"gunning_fog_index": 12.079,
"linsear_write": 10.733,
"lix": 34.975,
"rix": 3.056,
"smog": 11.688
}
"readability_scores": {
"automated_readability_index": 0.281,
"coleman_liau_index": 9.425,
"flesch_kincaid_grade_level": 8.693,
"flesch_reading_ease": 62.979,
"gunning_fog_index": 12.079,
"linsear_write": 10.733,
"lix": 34.975,
"rix": 3.056,
"smog": 11.688
}
}
}




Readbility scores
~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 5855af5

Please sign in to comment.