mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Update vectors_loc description
This commit is contained in:
parent
4187cfe1ea
commit
7d5afadf5e
|
@ -13,7 +13,7 @@ from spacy.language import Language
|
|||
|
||||
|
||||
@plac.annotations(
|
||||
vectors_loc=("Path to vectors", "positional", None, str),
|
||||
vectors_loc=("Path to .vec file", "positional", None, str),
|
||||
lang=("Optional language ID. If not set, blank Language() will be used.",
|
||||
"positional", None, str))
|
||||
def main(vectors_loc, lang=None):
|
||||
|
|
Loading…
Reference in New Issue
Block a user