mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-30 01:43:21 +03:00
Add Vectors class
This commit is contained in:
parent
040553ca59
commit
9f55c0d4f6
|
@ -24,6 +24,7 @@
|
||||||
"Lexeme": "lexeme",
|
"Lexeme": "lexeme",
|
||||||
"Vocab": "vocab",
|
"Vocab": "vocab",
|
||||||
"StringStore": "stringstore",
|
"StringStore": "stringstore",
|
||||||
|
"Vectors": "vectors",
|
||||||
"GoldParse": "goldparse",
|
"GoldParse": "goldparse",
|
||||||
"GoldCorpus": "goldcorpus",
|
"GoldCorpus": "goldcorpus",
|
||||||
"Binder": "binder"
|
"Binder": "binder"
|
||||||
|
@ -164,6 +165,12 @@
|
||||||
"source": "spacy/tokens/binder.pyx"
|
"source": "spacy/tokens/binder.pyx"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"vectors": {
|
||||||
|
"title": "Vectors",
|
||||||
|
"tag": "class",
|
||||||
|
"source": "spacy/vectors.pyx"
|
||||||
|
},
|
||||||
|
|
||||||
"annotation": {
|
"annotation": {
|
||||||
"title": "Annotation Specifications"
|
"title": "Annotation Specifications"
|
||||||
}
|
}
|
||||||
|
|
7
website/docs/api/vectors.jade
Normal file
7
website/docs/api/vectors.jade
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
//- 💫 DOCS > API > VECTORS
|
||||||
|
|
||||||
|
include ../../_includes/_mixins
|
||||||
|
|
||||||
|
p A container class for vector data keyed by string.
|
||||||
|
|
||||||
|
+under-construction
|
Loading…
Reference in New Issue
Block a user