Skip to content

Latest commit

 

History

History

conda

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

spark-nlp-conda

Version Status Last Update Downloads License

John Snow Labs Spark NLP is a natural language processing library built on top of Apache Spark ML. It provides simple, performant & accurate NLP annotations for machine learning pipelines, that scale easily in a distributed environment.

Setup

Before you start, install anaconda-client and conda-build:

conda install anaconda-client conda-build

Make sure you are logged in as JohnSnowLabs

conda login

Build

Purge the previous builds:

conda build purge

Turn off auto-upload:

conda config --set anaconda_upload no

Build spark-nlp from the latest PyPI tar:

conda build conda/

Example of uploading Conda package to Anaconda Cloud:

anaconda upload /anaconda3/conda-bld/noarch/spark-nlp-version-py_0.tar.bz2

Install

Install spark-nlp by using conda:

conda install -c johnsnowlabs spark-nlp

Main repository

https://github.com/JohnSnowLabs/spark-nlp

Project's website

Take a look at our official spark-nlp page: https://sparknlp.org/ for user documentation and examples

License

Apache Licence 2.0