Fix info text on pipeline in package cli

This commit is contained in:
ines 2017-08-26 18:30:59 +02:00
parent 40afa13a8a
commit 7e04b7f89c
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. vectorizer, tagger, "
"comma-separated list of component names, e.g. tensorizer, 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)