mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-06 14:13:11 +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(
|
@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.",
|
lang=("Optional language ID. If not set, blank Language() will be used.",
|
||||||
"positional", None, str))
|
"positional", None, str))
|
||||||
def main(vectors_loc, lang=None):
|
def main(vectors_loc, lang=None):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user