Repository: incubator-predictionio Updated Branches: refs/heads/livedoc 29939f02d -> 352504965
[PIO-50] Update a couple templates * Sentiment Analysis - Bag of words model * Topic labelling with Wikipedia Closes #334 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/35250496 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/35250496 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/35250496 Branch: refs/heads/livedoc Commit: 3525049651fe526c0e2e66c2e8e73f2e5e52bb32 Parents: 29939f0 Author: Bansari Shah <[email protected]> Authored: Tue Mar 7 10:42:22 2017 -0800 Committer: Donald Szeto <[email protected]> Committed: Tue Mar 7 10:42:22 2017 -0800 ---------------------------------------------------------------------- docs/manual/source/gallery/templates.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/35250496/docs/manual/source/gallery/templates.yaml ---------------------------------------------------------------------- diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml index cf2aa8c..da5b87a 100644 --- a/docs/manual/source/gallery/templates.yaml +++ b/docs/manual/source/gallery/templates.yaml @@ -74,7 +74,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 (e.g. topic generated through LDA topic modeling) with relevant category by referring to Wikipedia as a knowledge base. tags: [clustering, nlp] @@ -84,7 +84,7 @@ status: stable pio_min_version: 0.10.0-incubating apache_pio_convesion_required: "already compatible" - support_link: '<a href="https://github.com/peoplehum/template-Labelling-LDA-Topics-with-wikipedia/issues">Github issues</a>' + support_link: '<a href="https://github.com/peoplehum/template-Labelling-Topics-with-wikipedia/issues">Github issues</a>' # Recommenders @@ -241,7 +241,7 @@ name: Frequent Pattern Mining repo: "https://github.com/goliasz/pio-template-fpm" description: |- - Template uses FP Growth algorithm allowing to mine for frequent patterns. Template returns subsequent items together with confidence score. Sometimes used as a shopping cart recommender but has other uses. + Template uses FP Growth algorithm allowing to mine for frequent patterns. Template returns subsequent items together with confidence score. Sometimes used as a shopping cart recommender but has other uses. tags: [recommender] type: Parallel language: Scala @@ -642,7 +642,7 @@ apache_pio_convesion_required: "requires conversion" support_link: '<a href="https://github.com/Ling-Ling/CoreNLP-Text-Classification/issues">Github issues</a>' -# other +# other - template: name: template-decision-tree-feature-importance @@ -671,4 +671,3 @@ pio_min_version: 0.9.2 apache_pio_convesion_required: "already compatible" support_link: '<a href="http://predictionio.incubator.apache.org/support/">Apache PredictionIO mailing lists</a>' -
