mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Add Tensorizer API docs stub
This commit is contained in:
parent
0fb89dd204
commit
ab1a4e8b3c
|
@ -17,6 +17,7 @@
|
|||
"Span": "span",
|
||||
"Language": "language",
|
||||
"Tokenizer": "tokenizer",
|
||||
"Tensorizer": "tensorizer",
|
||||
"Tagger": "tagger",
|
||||
"DependencyParser": "dependencyparser",
|
||||
"EntityRecognizer": "entityrecognizer",
|
||||
|
@ -147,6 +148,12 @@
|
|||
"source": "spacy/pipeline.pyx"
|
||||
},
|
||||
|
||||
"tensorizer": {
|
||||
"title": "Tensorizer",
|
||||
"tag": "class",
|
||||
"source": "spacy/pipeline.pyx"
|
||||
},
|
||||
|
||||
"goldparse": {
|
||||
"title": "GoldParse",
|
||||
"tag": "class",
|
||||
|
|
7
website/docs/api/tensorizer.jade
Normal file
7
website/docs/api/tensorizer.jade
Normal file
|
@ -0,0 +1,7 @@
|
|||
//- 💫 DOCS > API > TENSORIZER
|
||||
|
||||
include ../../_includes/_mixins
|
||||
|
||||
p Add a tensor with position-sensitive meaning representations to a #[code Doc].
|
||||
|
||||
+under-construction
|
Loading…
Reference in New Issue
Block a user