Add Tensorizer API docs stub

This commit is contained in:
ines 2017-07-22 17:56:25 +02:00
parent 0fb89dd204
commit ab1a4e8b3c
2 changed files with 14 additions and 0 deletions

View File

@ -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",

View 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