spaCy/website/docs/api
Paul O'Leary McCann ba6a37d358
Document Assigned Attributes of Pipeline Components (#9041)
* Add textcat docs

* Add NER docs

* Add Entity Linker docs

* Add assigned fields docs for the tagger

This also adds a preamble, since there wasn't one.

* Add morphologizer docs

* Add dependency parser docs

* Update entityrecognizer docs

This is a little weird because `Doc.ents` is the only thing assigned to,
but it's actually a bidirectional property.

* Add token fields for entityrecognizer

* Fix section name

* Add entity ruler docs

* Add lemmatizer docs

* Add sentencizer/recognizer docs

* Update website/docs/api/entityrecognizer.md

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* Update website/docs/api/entityruler.md

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* Update website/docs/api/tagger.md

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* Update website/docs/api/entityruler.md

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* Update type for Doc.ents

This was `Tuple[Span, ...]` everywhere but `Tuple[Span]` seems to be
correct.

* Run prettier

* Apply suggestions from code review

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>

* Run prettier

* Add transformers section

This basically just moves and renames the "custom attributes" section
from the bottom of the page to be consistent with "assigned attributes"
on other pages.

I looked at moving the paragraph just above the section into the
section, but it includes the unrelated registry additions, so it seemed
better to leave it unchanged.

* Make table header consistent

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2021-09-01 12:09:39 +02:00
..
architectures.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
attributeruler.md Update docs [ci skip] 2020-10-09 10:36:06 +02:00
cli.md Merge pull request #8466 from explosion/docs/new-in-v3-1 [ci skip] 2021-07-06 22:20:24 +10:00
corpus.md Integrate file readers 2020-10-02 01:36:06 +02:00
cython-classes.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
cython-structs.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
cython.md Update docs [ci skip] 2020-09-12 17:05:10 +02:00
data-formats.md Add notes on preparing training data to docs (#8964) 2021-08-16 17:37:21 +02:00
dependencymatcher.md doc fixes 2020-09-12 17:38:54 +02:00
dependencyparser.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
doc.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
docbin.md Fix point typo on docbin docs (#9097) 2021-08-31 10:55:44 +02:00
entitylinker.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
entityrecognizer.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
entityruler.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
example.md Extend score_spans for overlapping & non-labeled spans (#7209) 2021-04-08 12:19:17 +02:00
index.md Update v3 docs 2020-07-03 16:48:21 +02:00
kb.md Tidy up docs 2021-06-28 12:08:15 +02:00
language.md config is not Optional (#9024) 2021-08-27 11:44:31 +02:00
legacy.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
lemmatizer.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
lexeme.md fix 's typo's across code base (#8384) 2021-06-15 10:57:08 +02:00
lookups.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
matcher.md Support list values and INTERSECTS in Matcher (#8784) 2021-08-02 19:39:26 +02:00
morphologizer.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
morphology.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
phrasematcher.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
pipe.md adding new="3" mentions in the doc 2021-01-29 11:26:37 +01:00
pipeline-functions.md Remove transformers model max length section (#6807) 2021-01-25 19:59:34 +08:00
scorer.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
sentencerecognizer.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
sentencizer.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
span.md fix docs for Span constructor arguments (#9023) 2021-08-25 16:06:22 +02:00
spancategorizer.md Add scores to output in spancat (#8855) 2021-08-10 13:47:49 +02:00
spangroup.md Warn and document spangroup.doc weakref (#8980) 2021-08-20 11:06:19 +02:00
stringstore.md Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
tagger.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
textcategorizer.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
tok2vec.md Tidy up docs 2021-06-28 12:08:15 +02:00
token.md Tidy up docs 2021-06-28 12:08:15 +02:00
tokenizer.md Tidy up docs 2021-06-28 12:08:15 +02:00
top-level.md fix docs (#8200) 2021-05-27 10:48:59 +02:00
transformer.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
vectors.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00
vocab.md Document Assigned Attributes of Pipeline Components (#9041) 2021-09-01 12:09:39 +02:00