Update docs [ci skip]

This commit is contained in:
Ines Montani 2020-08-11 00:09:49 +02:00
parent 2778d04377
commit 10f42e3a39
1 changed files with 8 additions and 9 deletions

View File

@ -6,11 +6,11 @@ menu:
- ['Features', 'features'] - ['Features', 'features']
- ['Linguistic Annotations', 'annotations'] - ['Linguistic Annotations', 'annotations']
- ['Pipelines', 'pipelines'] - ['Pipelines', 'pipelines']
- ['Architecture', 'architecture']
- ['Vocab', 'vocab'] - ['Vocab', 'vocab']
- ['Serialization', 'serialization'] - ['Serialization', 'serialization']
- ['Training', 'training'] - ['Training', 'training']
- ['Language Data', 'language-data'] - ['Language Data', 'language-data']
- ['Architecture', 'architecture']
- ['Community & FAQ', 'community-faq'] - ['Community & FAQ', 'community-faq']
--- ---
@ -71,12 +71,11 @@ systems, or to pre-process text for **deep learning**.
- [Named entities](#annotations-ner) - [Named entities](#annotations-ner)
- [Word vectors and similarity](#vectors-similarity) - [Word vectors and similarity](#vectors-similarity)
- [Pipelines](#pipelines) - [Pipelines](#pipelines)
- [Library architecture](#architecture)
- [Vocab, hashes and lexemes](#vocab) - [Vocab, hashes and lexemes](#vocab)
- [Serialization](#serialization) - [Serialization](#serialization)
- [Training](#training) - [Training](#training)
- [Language data](#language-data) - [Language data](#language-data)
- [Lightning tour](#lightning-tour)
- [Architecture](#architecture)
- [Community & FAQ](#community) - [Community & FAQ](#community)
</Infobox> </Infobox>
@ -266,6 +265,12 @@ guide on [language processing pipelines](/usage/processing-pipelines).
</Infobox> </Infobox>
## Architecture {#architecture}
import Architecture101 from 'usage/101/\_architecture.md'
<Architecture101 />
## Vocab, hashes and lexemes {#vocab} ## Vocab, hashes and lexemes {#vocab}
Whenever possible, spaCy tries to store data in a vocabulary, the Whenever possible, spaCy tries to store data in a vocabulary, the
@ -411,12 +416,6 @@ import LanguageData101 from 'usage/101/\_language-data.md'
<LanguageData101 /> <LanguageData101 />
## Architecture {#architecture}
import Architecture101 from 'usage/101/\_architecture.md'
<Architecture101 />
## Community & FAQ {#community-faq} ## Community & FAQ {#community-faq}
We're very happy to see the spaCy community grow and include a mix of people We're very happy to see the spaCy community grow and include a mix of people