Repository: incubator-predictionio Updated Branches: refs/heads/livedoc ea83f8f46 -> 877c29292
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/livedoc Commit: 877c29292a49fffca5ded3da919c7de464cf5e32 Parents: ea83f8f Author: infoquestsolutions <[email protected]> Authored: Wed Mar 1 12:54:59 2017 -0800 Committer: Donald Szeto <[email protected]> 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
