From 5b224f7f74e60f948d48b2604096aecb9723cf7e Mon Sep 17 00:00:00 2001 From: infoquestsolutions Date: Sun, 26 Feb 2017 21:06:00 +0530 Subject: [PATCH] Update link to working template of OpenNLP-SentimentAnalysis-Template Updated template OpenNLP-SentimentAnalysis-Template to be compatible with Apache PIO. --- docs/manual/source/gallery/templates.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml index 4dc7e610ca..cf2aa8c728 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: 'Github issues' + status: beta + pio_min_version: "0.10.0-incubating" + apache_pio_convesion_required: "already compatible" + support_link: 'Github issues' - template: name: Sentiment analysis