diff --git a/website/docs/usage/spacy-101.jade b/website/docs/usage/spacy-101.jade index f657ebf11..a54e5cf66 100644 --- a/website/docs/usage/spacy-101.jade +++ b/website/docs/usage/spacy-101.jade @@ -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.