Fix info on naming conventions

This commit is contained in:
ines 2017-04-26 14:00:40 +02:00
parent 37398e4ed3
commit ae2b77db1b

View File

@ -61,7 +61,7 @@ p
| #[+a(gh("spacy-dev-resouces", "templates/model")) spaCy dev resources]. | #[+a(gh("spacy-dev-resouces", "templates/model")) spaCy dev resources].
| If you're creating the package manually, keep in mind that the directories | If you're creating the package manually, keep in mind that the directories
| need to be named according to the naming conventions of | need to be named according to the naming conventions of
| #[code [language]_[type]] and #[code [language]_[type]-[version]]. The | #[code [language]_[name]] and #[code [language]_[name]-[version]]. The
| #[code lang] setting in the meta.json is also used to create the | #[code lang] setting in the meta.json is also used to create the
| respective #[code Language] class in spaCy, which will later be returned | respective #[code Language] class in spaCy, which will later be returned
| by the model's #[code load()] method. | by the model's #[code load()] method.