From 836c4ca5b9b82d752050b6da989a26e114085a13 Mon Sep 17 00:00:00 2001 From: Lasse Hansen Date: Mon, 26 Sep 2022 13:28:07 +0200 Subject: [PATCH] readme: fix table --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2650119e..93382175 100644 --- a/README.md +++ b/README.md @@ -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. |