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

Latest commit

 

History

History
69 lines (42 loc) · 1.92 KB

README.md

File metadata and controls

69 lines (42 loc) · 1.92 KB

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 . --python=3.6 && conda build . --python=3.7

Example of uploading Conda package to Anaconda Cloud:

anaconda upload /anaconda3/conda-bld/noarch/spark-nlp-version-py36_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: http://nlp.johnsnowlabs.com/ for user documentation and examples

Slack community channel

Join Slack

License

Apache Licence 2.0