Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'livedoc' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dszeto committed Sep 13, 2017
2 parents bd034f5 + 951d7a0 commit 2d95348
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/manual/source/datacollection/webhooks.html.md.erb
Expand Up @@ -21,6 +21,6 @@ limitations under the License.

Webhooks are used to collects data for your application from multiple channels automatically.

Apache PredictionIO (incubating) offers webhooks for Segment.io and MailChimp
Apache PredictionIO (incubating) offers webhook connectors for Segment.io and MailChimp
(backend only). Several users also have expressed interest in Magento, Shopify
and KeenIO so we'd be happy to help if anyone wishes to implement these.
12 changes: 6 additions & 6 deletions docs/manual/source/gallery/templates.yaml
Expand Up @@ -449,7 +449,7 @@

- template:
name: Deeplearning4j RNTN
repo: "https://github.com/ts335793/template-scala-parallel-dl4j-rntn"
repo: "https://github.com/thomasste/template-scala-parallel-dl4j-rntn"
description: |-
Recursive Neural Tensor Network algorithm is supervised learning algorithm used to predict sentiment of sentences. This template is based on deeplearning4j RNTN example: https://github.com/SkymindIO/deeplearning4j-nlp-examples/tree/master/src/main/java/org/deeplearning4j/rottentomatoes/rntn. It's goal is to show how to integrate deeplearning4j library with PredictionIO.
tags: [classification, nlp]
Expand All @@ -459,7 +459,7 @@
status: alpha
pio_min_version: 0.9.2
apache_pio_convesion_required: "requires conversion"
support_link: '<a href="https://github.com/ts335793/template-scala-parallel-dl4j-rntn/issues">Github issues</a>'
support_link: '<a href="https://github.com/thomasste/template-scala-parallel-dl4j-rntn/issues">Github issues</a>'

- template:
name: classifier-kafka-streaming-template
Expand Down Expand Up @@ -601,7 +601,7 @@

- template:
name: Spark Deeplearning4j Word2Vec
repo: "https://github.com/ts335793/template-scala-spark-dl4j-word2vec"
repo: "https://github.com/thomasste/template-scala-spark-dl4j-word2vec"
description: |-
This template shows how to integrate Deeplearnign4j spark api with PredictionIO on example of app which uses Word2Vec algorithm to predict nearest words.
tags: [nlp]
Expand All @@ -611,7 +611,7 @@
status: stable
pio_min_version: 0.9.2
apache_pio_convesion_required: "requires conversion"
support_link: '<a href="https://github.com/ts335793/template-scala-spark-dl4j-word2vec/issues">Github issues</a>'
support_link: '<a href="https://github.com/thomasste/template-scala-spark-dl4j-word2vec/issues">Github issues</a>'

- template:
name: Sentiment Analysis Template
Expand All @@ -629,7 +629,7 @@

- template:
name: Recursive Neural Networks (Sentiment Analysis)
repo: "https://github.com/ts335793/template-scala-rnn"
repo: "https://github.com/thomasste/template-scala-rnn"
description: |-
Predicting sentiment of phrases with use of Recursive Neural Network algorithm and OpenNLP parser.
tags: [nlp]
Expand All @@ -639,7 +639,7 @@
status: stable
pio_min_version: 0.9.2
apache_pio_convesion_required: "requires conversion"
support_link: '<a href="https://github.com/ts335793/template-scala-rnn/issues">Github issues</a>'
support_link: '<a href="https://github.com/thomasste/template-scala-rnn/issues">Github issues</a>'

- template:
name: CoreNLP Text Classification
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/source/install/install-sourcecode.html.md.erb
Expand Up @@ -19,7 +19,7 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

INFO: Assuming you are following the directory structure in the followoing,
INFO: Assuming you are following the directory structure in the following,
replace `/home/abc` with your own home directory wherever you see it.

## Downloading Source Code
Expand Down

0 comments on commit 2d95348

Please sign in to comment.