You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2017/03/07 18:55:03 UTC

[2/6] incubator-predictionio git commit: Updated template OpenNLP-SentimentAnalysis-Template to be compatible with Apache PIO

Updated template OpenNLP-SentimentAnalysis-Template to be compatible with Apache PIO

Closes #353


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

Branch: refs/heads/develop
Commit: 877c29292a49fffca5ded3da919c7de464cf5e32
Parents: ea83f8f
Author: infoquestsolutions <in...@infoquestsolutions.com>
Authored: Wed Mar 1 12:54:59 2017 -0800
Committer: Donald Szeto <do...@apache.org>
Committed: Wed Mar 1 12:54:59 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/877c2929/docs/manual/source/gallery/templates.yaml
----------------------------------------------------------------------
diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml
index 4dc7e61..cf2aa8c 100644
--- a/docs/manual/source/gallery/templates.yaml
+++ b/docs/manual/source/gallery/templates.yaml
@@ -546,17 +546,17 @@
 
 - template:
     name: OpenNLP Sentiment Analysis Template
-    repo: "https://github.com/vshwnth2/OpenNLP-SentimentAnalysis-Template"
+    repo: "https://github.com/infoquestsolutions/OpenNLP-SentimentAnalysis-Template"
     description: |-
       Given a sentence, this engine will return a score between 0 and 4. This is the sentiment of the sentence. The lower the number the more negative the sentence is. It uses the OpenNLP library.
     tags: [nlp]
     type: Parallel
     language: Scala
     license: "Apache Licence 2.0"
-    status: alpha
-    pio_min_version: "-"
-    apache_pio_convesion_required: "requires conversion"
-    support_link: '<a href="https://github.com/vshwnth2/OpenNLP-SentimentAnalysis-Template/issues">Github issues</a>'
+    status: beta
+    pio_min_version: "0.10.0-incubating"
+    apache_pio_convesion_required: "already compatible"
+    support_link: '<a href="https://github.com/infoquestsolutions/OpenNLP-SentimentAnalysis-Template/issues">Github issues</a>'
 
 - template:
     name: Sentiment analysis