You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2019/02/16 00:19:52 UTC

[spark-website] branch asf-site updated: Add Natural Language Processing for Apache Spark to third party list

This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0e8a543  Add Natural Language Processing for Apache Spark to third party list
0e8a543 is described below

commit 0e8a543e22662bce9f3abf1d6e60a43581f115ee
Author: Maziyar Panahi <ma...@iscpif.fr>
AuthorDate: Fri Feb 15 18:19:43 2019 -0600

    Add Natural Language Processing for Apache Spark to third party list
    
    I have run `jekyll build` and double checked the result by `jekyll serve`.
    
    Author: Maziyar Panahi <ma...@iscpif.fr>
    
    Closes #180 from maziyarpanahi/asf-site.
---
 site/third-party-projects.html | 1 +
 third-party-projects.md        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/site/third-party-projects.html b/site/third-party-projects.html
index ed8b220..89a23fb 100644
--- a/site/third-party-projects.html
+++ b/site/third-party-projects.html
@@ -261,6 +261,7 @@ Apache Kafka for real-time large scale machine learning</li>
   <li><a href="https://github.com/bigdatagenomics/adam">ADAM</a> - A framework and CLI for loading, 
 transforming, and analyzing genomic data using Apache Spark</li>
   <li><a href="https://github.com/salesforce/TransmogrifAI">TransmogrifAI</a> - AutoML library for building modular, reusable, strongly typed machine learning workflows on Spark with minimal hand tuning</li>
+  <li><a href="https://github.com/JohnSnowLabs/spark-nlp">Natural Language Processing for Apache Spark</a> - A library to provide simple, performant, and accurate NLP annotations for machine learning pipelines</li>
 </ul>
 
 <h2>Additional Language Bindings</h2>
diff --git a/third-party-projects.md b/third-party-projects.md
index a13aeca..0f210e6 100644
--- a/third-party-projects.md
+++ b/third-party-projects.md
@@ -65,6 +65,7 @@ Apache Kafka for real-time large scale machine learning
 - <a href="https://github.com/bigdatagenomics/adam">ADAM</a> - A framework and CLI for loading, 
 transforming, and analyzing genomic data using Apache Spark
 - <a href="https://github.com/salesforce/TransmogrifAI">TransmogrifAI</a> - AutoML library for building modular, reusable, strongly typed machine learning workflows on Spark with minimal hand tuning
+- <a href="https://github.com/JohnSnowLabs/spark-nlp">Natural Language Processing for Apache Spark</a> - A library to provide simple, performant, and accurate NLP annotations for machine learning pipelines
 
 <h2>Additional Language Bindings</h2>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org