mirror of https://github.com/explosion/spaCy.git
Update docs [ci skip]
This commit is contained in:
parent
12e1279f6b
commit
c443c82722
|
@ -342,7 +342,8 @@ format for documenting argument and return types.
|
|||
[Custom tokenizers](/usage/linguistic-features#custom-tokenizer),
|
||||
[Morphology](/usage/linguistic-features#morphology),
|
||||
[Lemmatization](/usage/linguistic-features#lemmatization),
|
||||
[Mapping & Exceptions](/usage/linguistic-features#mappings-exceptions)
|
||||
[Mapping & Exceptions](/usage/linguistic-features#mappings-exceptions),
|
||||
[Dependency matching](/usage/rule-based-matching#dependencymatcher)
|
||||
- **API Reference: ** [Library architecture](/api),
|
||||
[Model architectures](/api/architectures), [Data formats](/api/data-formats)
|
||||
- **New Classes: ** [`Example`](/api/example), [`Tok2Vec`](/api/tok2vec),
|
||||
|
@ -350,7 +351,7 @@ format for documenting argument and return types.
|
|||
[`Morphologizer`](/api/morphologizer),
|
||||
[`AttributeRuler`](/api/attributeruler),
|
||||
[`SentenceRecognizer`](/api/sentencerecognizer),
|
||||
[`DependencyMatcher`])(/api/dependencymatcher), [`Pipe`](/api/pipe),
|
||||
[`DependencyMatcher`](/api/dependencymatcher), [`Pipe`](/api/pipe),
|
||||
[`Corpus`](/api/corpus)
|
||||
|
||||
</Infobox>
|
||||
|
|
Loading…
Reference in New Issue