From 1bebc6392c81f8c5fcfc30e60c65a001736cdf39 Mon Sep 17 00:00:00 2001 From: ines Date: Thu, 1 Jun 2017 17:38:06 +0200 Subject: [PATCH] Add source files to pipeline components --- website/docs/api/_data.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/website/docs/api/_data.json b/website/docs/api/_data.json index 7adbea8df..16dd816bd 100644 --- a/website/docs/api/_data.json +++ b/website/docs/api/_data.json @@ -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": {