1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2024-11-13 11:24:23 -05:00

Merge pull request #589 from maziyarpanahi/master

Added Spark NLP to Scala NLP section
This commit is contained in:
Joseph Misiti 2019-02-14 09:19:39 -05:00 committed by GitHub
commit a9adc9913a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1350,6 +1350,7 @@ be
* [Chalk](https://github.com/scalanlp/chalk) - Chalk is a natural language processing library. **[Deprecated]**
* [FACTORIE](https://github.com/factorie/factorie) - FACTORIE is a toolkit for deployable probabilistic modeling, implemented as a software library in Scala. It provides its users with a succinct language for creating relational factor graphs, estimating parameters and performing inference.
* [Montague](https://github.com/Workday/upshot-montague) - Montague is a semantic parsing library for Scala with an easy-to-use DSL.
* [Spark NLP](https://github.com/JohnSnowLabs/spark-nlp) - Natural language processing library built on top of Apache Spark ML to provide simple, performant, and accurate NLP annotations for machine learning pipelines, that scale easily in a distributed environment.
<a name="scala-data-analysis"></a>
#### Data Analysis / Data Visualization