mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Remove tensorizer from model pipeline example in spacy package
This commit is contained in:
parent
6686e53530
commit
95f6174516
|
@ -101,7 +101,7 @@ def generate_meta():
|
||||||
def generate_pipeline():
|
def generate_pipeline():
|
||||||
prints("If set to 'True', the default pipeline is used. If set to 'False', "
|
prints("If set to 'True', the default pipeline is used. If set to 'False', "
|
||||||
"the pipeline will be disabled. Components should be specified as a "
|
"the pipeline will be disabled. Components should be specified as a "
|
||||||
"comma-separated list of component names, e.g. tensorizer, tagger, "
|
"comma-separated list of component names, e.g. tagger, "
|
||||||
"parser, ner. For more information, see the docs on processing pipelines.",
|
"parser, ner. For more information, see the docs on processing pipelines.",
|
||||||
title="Enter your model's pipeline components")
|
title="Enter your model's pipeline components")
|
||||||
pipeline = util.get_raw_input("Pipeline components", True)
|
pipeline = util.get_raw_input("Pipeline components", True)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user