Add text classification to 101 overview and change order

This commit is contained in:
ines 2017-07-22 17:55:53 +02:00
parent d2a7e5b8e5
commit d05ab1b3a0

View File

@ -129,13 +129,6 @@ p
| locations.
+cell #[+procon("pro")]
+row
+cell #[strong Rule-based Matching]
+cell
| Finding sequences of tokens based on their texts and linguistic
| annotations, similar to regular expressions.
+cell #[+procon("con")]
+row
+cell #[strong Similarity]
+cell
@ -143,6 +136,18 @@ p
| are to each other.
+cell #[+procon("pro")]
+row
+cell #[strong Text classification]
+cell Assigning categories or labels to a whole document, or parts of a document.
+cell #[+procon("pro")]
+row
+cell #[strong Rule-based Matching]
+cell
| Finding sequences of tokens based on their texts and linguistic
| annotations, similar to regular expressions.
+cell #[+procon("con")]
+row
+cell #[strong Training]
+cell Updating and improving a statistical model's predictions.