mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Add Vectors class
This commit is contained in:
parent
040553ca59
commit
9f55c0d4f6
|
@ -24,6 +24,7 @@
|
|||
"Lexeme": "lexeme",
|
||||
"Vocab": "vocab",
|
||||
"StringStore": "stringstore",
|
||||
"Vectors": "vectors",
|
||||
"GoldParse": "goldparse",
|
||||
"GoldCorpus": "goldcorpus",
|
||||
"Binder": "binder"
|
||||
|
@ -164,6 +165,12 @@
|
|||
"source": "spacy/tokens/binder.pyx"
|
||||
},
|
||||
|
||||
"vectors": {
|
||||
"title": "Vectors",
|
||||
"tag": "class",
|
||||
"source": "spacy/vectors.pyx"
|
||||
},
|
||||
|
||||
"annotation": {
|
||||
"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