From 388e1e2bff8d6a58d5d0d2f34cae88f534efcb67 Mon Sep 17 00:00:00 2001 From: bansarishah Date: Tue, 18 Oct 2016 12:00:19 +0530 Subject: [PATCH 1/2] Update templates.yaml Modified templates build with new apache predictionio release artifact. --- docs/manual/source/gallery/templates.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml index f67621c899..19aa2aa582 100644 --- a/docs/manual/source/gallery/templates.yaml +++ b/docs/manual/source/gallery/templates.yaml @@ -633,7 +633,7 @@ language: Scala license: "Apache Licence 2.0" status: stable - pio_min_version: 0.9.7 + pio_min_version: 0.10.0-incubating - template: name: Topic labelling with Wikipedia @@ -645,4 +645,4 @@ language: Scala license: "Apache Licence 2.0" status: stable - pio_min_version: 0.9.7 + pio_min_version: 0.10.0-incubating From 69e1110fe3868484323138896dced26b03b664c4 Mon Sep 17 00:00:00 2001 From: Bansari Shah Date: Sun, 8 Jan 2017 12:44:08 +0530 Subject: [PATCH 2/2] Update template.yaml Change in repository link for template : Topic labelling with wikipedia --- docs/manual/source/gallery/templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml index 19aa2aa582..2a888033eb 100644 --- a/docs/manual/source/gallery/templates.yaml +++ b/docs/manual/source/gallery/templates.yaml @@ -637,7 +637,7 @@ - template: name: Topic labelling with Wikipedia - repo: "https://github.com/peoplehum/template-Labelling-LDA-Topics-with-wikipedia" + repo: "https://github.com/peoplehum/template-Labelling-Topics-with-wikipedia" description: |- This template will label topics(eg. topic generated through LDA topic modeling) with relevant category by referring wikipedia as knowledge base. tags: [nlp]