Repository: incubator-predictionio
Updated Branches:
  refs/heads/develop e1e71280c -> 54301370e


Update templates.yaml

Integrate new predictionio template of  Sentiment analysis - bag of words model.

Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/6e6547cd
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/6e6547cd
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/6e6547cd

Branch: refs/heads/develop
Commit: 6e6547cd702e9578b27f182919585b4100dcbd0c
Parents: 8fa95bf
Author: bansarishah <[email protected]>
Authored: Tue Sep 6 16:11:40 2016 +0530
Committer: GitHub <[email protected]>
Committed: Tue Sep 6 16:11:40 2016 +0530

----------------------------------------------------------------------
 docs/manual/source/gallery/templates.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6e6547cd/docs/manual/source/gallery/templates.yaml
----------------------------------------------------------------------
diff --git a/docs/manual/source/gallery/templates.yaml 
b/docs/manual/source/gallery/templates.yaml
index 0679d18..149873c 100644
--- a/docs/manual/source/gallery/templates.yaml
+++ b/docs/manual/source/gallery/templates.yaml
@@ -622,3 +622,15 @@
     license: "-"
     status: requested
     pio_min_version: "-"
+    
+- template:
+    name: Sentiment Analysis - Bag of words model
+    repo: "https://github.com/peoplehum/BagOfWords_SentimentAnalysis_Template";
+    description: |-
+      This Sentiment analysis template follows Bag of words model. Given text, 
engine will return sentiment as 1.0(positive) or 0.0(negative) along with it's 
score referring how much it is +ve or -ve.
+    tags: [nlp]
+    type: Parallel
+    language: Scala
+    license: "Apache Licence 2.0"
+    status: stable
+    pio_min_version: 0.9.7

Reply via email to