mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-23 06:23:06 +03:00
Add text classification to 101 overview and change order
This commit is contained in:
parent
d2a7e5b8e5
commit
d05ab1b3a0
|
@ -129,13 +129,6 @@ p
|
||||||
| locations.
|
| locations.
|
||||||
+cell #[+procon("pro")]
|
+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
|
+row
|
||||||
+cell #[strong Similarity]
|
+cell #[strong Similarity]
|
||||||
+cell
|
+cell
|
||||||
|
@ -143,6 +136,18 @@ p
|
||||||
| are to each other.
|
| are to each other.
|
||||||
+cell #[+procon("pro")]
|
+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
|
+row
|
||||||
+cell #[strong Training]
|
+cell #[strong Training]
|
||||||
+cell Updating and improving a statistical model's predictions.
|
+cell Updating and improving a statistical model's predictions.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user