diff --git a/website/docs/images/architecture.svg b/website/docs/images/architecture.svg index 71200c591..2e271e98a 100644 --- a/website/docs/images/architecture.svg +++ b/website/docs/images/architecture.svg @@ -1,41 +1,41 @@ - - - - - + - + + + + + - + - + - + - - + + - - - + + + @@ -133,8 +133,7 @@ - - + @@ -158,22 +157,22 @@ - - - - - + + + + + - + - + - + @@ -189,30 +188,30 @@ - + - + - + - + - + - + - + @@ -222,5 +221,6 @@ + diff --git a/website/docs/usage/101/_architecture.md b/website/docs/usage/101/_architecture.md index ab74e06c3..2a389cd87 100644 --- a/website/docs/usage/101/_architecture.md +++ b/website/docs/usage/101/_architecture.md @@ -83,4 +83,4 @@ operates on a `Doc` and gives you access to the matched tokens **in context**. | [`MorphAnalysis`](/api/morphanalysis) | A morphological analysis. | | [`KnowledgeBase`](/api/kb) | Storage for entities and aliases of a knowledge base for entity linking. | | [`Scorer`](/api/scorer) | Compute evaluation scores. | -| [`Corpus`](/api/corpis) | Class for managing annotated corpora for training and evaluation data. | +| [`Corpus`](/api/corpus) | Class for managing annotated corpora for training and evaluation data. | diff --git a/website/docs/usage/processing-pipelines.md b/website/docs/usage/processing-pipelines.md index 741d19a14..ab5806764 100644 --- a/website/docs/usage/processing-pipelines.md +++ b/website/docs/usage/processing-pipelines.md @@ -5,6 +5,7 @@ menu: - ['Processing Text', 'processing'] - ['How Pipelines Work', 'pipelines'] - ['Custom Components', 'custom-components'] + # - ['Trainable Components', 'trainable-components'] - ['Extension Attributes', 'custom-components-attributes'] - ['Plugins & Wrappers', 'plugins'] --- @@ -885,10 +886,14 @@ available, falls back to looking up the regular factory name. +---> ## Extension attributes {#custom-components-attributes new="2"}