mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
Update spacy/cli/apply.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
b54b3071ef
commit
23e4b6ffc7
|
@ -75,7 +75,7 @@ def apply_cli(
|
||||||
"""
|
"""
|
||||||
Apply a trained pipeline to documents to get predictions.
|
Apply a trained pipeline to documents to get predictions.
|
||||||
Expects a loadable spaCy pipeline and some data as input.
|
Expects a loadable spaCy pipeline and some data as input.
|
||||||
The data can be provided multiple formats. It can be a single
|
The data can be provided in multiple formats. It can be a single
|
||||||
.spacy file or a single text file with one document per line.
|
.spacy file or a single text file with one document per line.
|
||||||
A directory can also be provided in which case the 'suffix'
|
A directory can also be provided in which case the 'suffix'
|
||||||
argument is required. All paths pointing to files with the
|
argument is required. All paths pointing to files with the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user