mirror of https://github.com/explosion/spaCy.git
Add source files to pipeline components
This commit is contained in:
parent
7a2380f617
commit
1bebc6392c
|
@ -118,17 +118,20 @@
|
|||
|
||||
"dependenyparser": {
|
||||
"title": "DependencyParser",
|
||||
"tag": "class"
|
||||
"tag": "class",
|
||||
"source": "spacy/pipeline.pyx"
|
||||
},
|
||||
|
||||
"entityrecognizer": {
|
||||
"title": "EntityRecognizer",
|
||||
"tag": "class"
|
||||
"tag": "class",
|
||||
"source": "spacy/pipeline.pyx"
|
||||
},
|
||||
|
||||
"dependencyparser": {
|
||||
"title": "DependencyParser",
|
||||
"tag": "class"
|
||||
"tag": "class",
|
||||
"source": "spacy/pipeline.pyx"
|
||||
},
|
||||
|
||||
"tokenizer": {
|
||||
|
@ -139,7 +142,8 @@
|
|||
|
||||
"tagger": {
|
||||
"title": "Tagger",
|
||||
"tag": "class"
|
||||
"tag": "class",
|
||||
"source": "spacy/pipeline.pyx"
|
||||
},
|
||||
|
||||
"goldparse": {
|
||||
|
|
Loading…
Reference in New Issue