Skip to content

Commit e61a067

Browse files
committed
Update v2 docs
1 parent baa2317 commit e61a067

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

website/usage/_adding-languages/_language-data.jade

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ p
287287
| all personal pronouns.
288288

289289
+h(3, "norm-exceptions") Norm exceptions
290+
+tag-new(2)
290291

291292
p
292293
| In addition to #[code ORTH] or #[code LEMMA], tokenizer exceptions can
@@ -351,6 +352,7 @@ p
351352
| always have priority over the atrribute getters.
352353

353354
+h(3, "lex-attrs") Lexical attributes
355+
+tag-new(2)
354356

355357
p
356358
| spaCy provides a range of #[+api("token#attributes") #[code Token] attributes]
@@ -435,6 +437,7 @@ p
435437
code lang/#{lang}/syntax_iterators.py
436438

437439
+h(3, "lemmatizer") Lemmatizer
440+
+tag-new(2)
438441

439442
p
440443
| As of v2.0, spaCy supports simple lookup-based lemmatization. This is

website/usage/_v2/_migrating.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ p
105105

106106
p
107107
| All built-in pipeline components are now subclasses of
108-
| #[+api("pipe") #[code Pipe]] are fully trainable and serializable,
108+
| #[+api("pipe") #[code Pipe]], fully trainable and serializable,
109109
| and follow the same API. Instead of updating the model and telling
110110
| spaCy when to #[em stop], you can now explicitly call
111111
| #[+api("language#begin_training") #[code begin_taining]], which

0 commit comments

Comments
 (0)