mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +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.
|
||||
+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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user