Remove tensorizer from model pipeline example in spacy package

This commit is contained in:
ines 2017-10-24 16:00:13 +02:00
parent 6686e53530
commit 95f6174516
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ def generate_meta():
def generate_pipeline():
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 "
"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.",
title="Enter your model's pipeline components")
pipeline = util.get_raw_input("Pipeline components", True)