spaCy/website/usage/_models/_available-models.jade
2017-11-06 13:04:29 +01:00

19 lines
775 B
Plaintext

//- 💫 DOCS > USAGE > MODELS > AVAILABE MODELS
p
| Model differences are mostly statistical. In general, we do expect larger
| models to be "better" and more accurate overall. Ultimately, it depends on
| your use case and requirements. We recommend starting with the default
| models (marked with a star below).
+table(["Name", "Language", "Type"])
for models, lang in MODELS
for model, i in models
- var comps = getModelComponents(model)
+row
+cell #[+a("/models/" + lang + "#" + model) #[code=model]]
if i == 0
+icon("star", 16).o-icon--inline.u-color-theme
+cell #{LANGUAGES[comps.lang]}
+cell #{MODEL_META[comps.type]}