Remove docstrings for deprecated arguments (see #2703)

This commit is contained in:
Ines Montani 2018-08-26 14:23:13 +02:00
parent 559f4139e3
commit e9022f7b33

View File

@ -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) :