spaCy/website/usage/_models/_available-models.jade

19 lines
775 B
Plaintext
Raw Normal View History

2017-10-03 15:26:20 +03:00
//- 💫 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
2017-11-06 15:04:29 +03:00
| your use case and requirements. We recommend starting with the default
| models (marked with a star below).
2017-10-03 15:26:20 +03:00
+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]}