mirror of https://github.com/explosion/spaCy.git
Add placeholders for Italian and Portuguese models
This commit is contained in:
parent
6c2d8d3b2a
commit
e18744823b
|
@ -8,7 +8,9 @@
|
|||
"English": "en",
|
||||
"German": "de",
|
||||
"Spanish": "es",
|
||||
"Portuguese": "pt",
|
||||
"French": "fr",
|
||||
"Italian": "it",
|
||||
"Multi-Language": "xx"
|
||||
}
|
||||
},
|
||||
|
@ -28,7 +30,9 @@
|
|||
"en": ["en_core_web_sm", "en_core_web_lg", "en_vectors_web_lg"],
|
||||
"de": ["de_dep_news_sm"],
|
||||
"es": ["es_core_web_sm"],
|
||||
"pt": [],
|
||||
"fr": [],
|
||||
"it": [],
|
||||
"xx": ["xx_ent_wiki_sm"]
|
||||
},
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
//- 💫 DOCS > MODELS > IT
|
||||
|
||||
include ../_includes/_mixins
|
||||
|
||||
//- This is a placeholder. The page is rendered via the template at
|
||||
//- /_includes/_page-model.jade.
|
|
@ -0,0 +1,6 @@
|
|||
//- 💫 DOCS > MODELS > PT
|
||||
|
||||
include ../_includes/_mixins
|
||||
|
||||
//- This is a placeholder. The page is rendered via the template at
|
||||
//- /_includes/_page-model.jade.
|
Loading…
Reference in New Issue