mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Remove docstrings for deprecated arguments (see #2703)
This commit is contained in:
parent
559f4139e3
commit
e9022f7b33
|
@ -119,12 +119,6 @@ class Language(object):
|
||||||
`Language.Defaults.create_vocab`.
|
`Language.Defaults.create_vocab`.
|
||||||
make_doc (callable): A function that takes text and returns a `Doc`
|
make_doc (callable): A function that takes text and returns a `Doc`
|
||||||
object. Usually a `Tokenizer`.
|
object. Usually a `Tokenizer`.
|
||||||
pipeline (list): A list of annotation processes or IDs of annotation,
|
|
||||||
processes, e.g. a `Tagger` object, or `'tagger'`. IDs are looked
|
|
||||||
up in `Language.Defaults.factories`.
|
|
||||||
disable (list): A list of component names to exclude from the pipeline.
|
|
||||||
The disable list has priority over the pipeline list -- if the same
|
|
||||||
string occurs in both, the component is not loaded.
|
|
||||||
meta (dict): Custom meta data for the Language class. Is written to by
|
meta (dict): Custom meta data for the Language class. Is written to by
|
||||||
models to add model meta data.
|
models to add model meta data.
|
||||||
max_length (int) :
|
max_length (int) :
|
||||||
|
|
Loading…
Reference in New Issue
Block a user