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

JohnSnowLabs/spark-nlp-conda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Build and publish Spark NLP to Anaconda Cloud

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published