Update spacy/cli/apply.py

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
kadarakos 2022-11-18 18:09:43 +01:00 committed by GitHub
parent b54b3071ef
commit 23e4b6ffc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ def apply_cli(
"""
Apply a trained pipeline to documents to get predictions.
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.
A directory can also be provided in which case the 'suffix'
argument is required. All paths pointing to files with the