mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Update models docs
This commit is contained in:
parent
7f8c2ef3c1
commit
b322f31521
|
@ -26,19 +26,24 @@ p
|
||||||
+h(2, "available") Available models
|
+h(2, "available") Available models
|
||||||
|
|
||||||
+table(["Name", "Size", "Description"])
|
+table(["Name", "Size", "Description"])
|
||||||
+row
|
|
||||||
+cell #[code en_core_web_md]
|
|
||||||
+cell 340 MB
|
|
||||||
+cell Vocab, syntax, entities, word vectors
|
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code en_core_web_sm]
|
+cell #[code en_core_web_sm]
|
||||||
+cell 52 MB
|
+cell 50 MB
|
||||||
+cell Vocab, syntax, entities, word vectors #[+tag default]
|
+cell Vocab, syntax, entities, word vectors #[+tag default]
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code en_core_web_md]
|
||||||
|
+cell 1 GB
|
||||||
|
+cell Vocab, syntax, entities, word vectors
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code en_depent_web_md]
|
||||||
|
+cell 328 MB
|
||||||
|
+cell Vocab, syntax, entities
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code en_vectors_glove_md]
|
+cell #[code en_vectors_glove_md]
|
||||||
+cell 693 MB
|
+cell 727 MB
|
||||||
+cell
|
+cell
|
||||||
| #[+a("http://nlp.stanford.edu/projects/glove/") GloVe] Common
|
| #[+a("http://nlp.stanford.edu/projects/glove/") GloVe] Common
|
||||||
| Crawl vectors
|
| Crawl vectors
|
||||||
|
@ -146,8 +151,8 @@ p
|
||||||
|
|
||||||
p
|
p
|
||||||
| You can place the model data directory anywhere on your local file system.
|
| You can place the model data directory anywhere on your local file system.
|
||||||
| To use it with spaCy, simply create a #[+a("#usage") shortcut link] for
|
| To use it with spaCy, simply assign it a name by creating a
|
||||||
| the directory and assign it a name.
|
| #[+a("#usage") shortcut link] for the data directory.
|
||||||
|
|
||||||
+h(2, "usage") Using models with spaCy
|
+h(2, "usage") Using models with spaCy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user