Skip to content

Commit

Permalink
readme: fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse authored Sep 26, 2022
1 parent 854b6f3 commit 836c4ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ The table below shows the metrics included in TextDescriptives and their attribu
| `{Doc/Span}._.token_length` | `descriptive_stats` | Dict containing mean, median, and std of token length. |
| `{Doc/Span}._.quality` | `quality` | Dict containing a number of heuristic metrics related to text quality. Targeted at filtering out low-quality text. |
| `{Doc/Span}._.passed_quality_check` | `quality` | Boolean on whether the document or span passed threshold sets for quality checks. |


| `Token._.dependency_distance` | `dependency_distance` | Dict containing the dependency distance and whether the head word is adjacent for a Token. |


Expand Down

1 comment on commit 836c4ca

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
textdescriptives
   init.py40100% 
   dataframe_extract.py69593%129–133
   load_components.py120100% 
textdescriptives/components
   init.py50100% 
   dependency_distance.py320100% 
   descriptive_stats.py51198%108
   pos_stats.py25292%14, 46
   quality.py1931194%101, 107, 125, 130, 169, 175, 196, 202, 445, 448, 455
   readability.py720100% 
   utils.py24388%59–62
TOTAL4872295% 

Please sign in to comment.