Add source files to pipeline components

This commit is contained in:
ines 2017-06-01 17:38:06 +02:00
parent 7a2380f617
commit 1bebc6392c

View File

@ -118,17 +118,20 @@
"dependenyparser": { "dependenyparser": {
"title": "DependencyParser", "title": "DependencyParser",
"tag": "class" "tag": "class",
"source": "spacy/pipeline.pyx"
}, },
"entityrecognizer": { "entityrecognizer": {
"title": "EntityRecognizer", "title": "EntityRecognizer",
"tag": "class" "tag": "class",
"source": "spacy/pipeline.pyx"
}, },
"dependencyparser": { "dependencyparser": {
"title": "DependencyParser", "title": "DependencyParser",
"tag": "class" "tag": "class",
"source": "spacy/pipeline.pyx"
}, },
"tokenizer": { "tokenizer": {
@ -139,7 +142,8 @@
"tagger": { "tagger": {
"title": "Tagger", "title": "Tagger",
"tag": "class" "tag": "class",
"source": "spacy/pipeline.pyx"
}, },
"goldparse": { "goldparse": {