Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
Fix typo in Anaconda
  • Loading branch information
ryanmcdonough authored Nov 28, 2023
1 parent 566d5d7 commit 6fb673e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sidebar:
# Install Spark NLP from PyPI
pip install spark-nlp==5.1.4

# Install Spark NLP from Anacodna/Conda
# Install Spark NLP from Anaconda/Conda
conda install -c johnsnowlabs spark-nlp

# Load Spark NLP with Spark Shell
Expand Down Expand Up @@ -858,4 +858,4 @@ PipelineModel.load("/tmp/explain_document_dl_en_2.0.2_2.4_1556530585689/")
- Since you are downloading and loading models/pipelines manually, this means Spark NLP is not downloading the most recent and compatible models/pipelines for you. Choosing the right model/pipeline is on you
- If you are local, you can load the model/pipeline from your local FileSystem, however, if you are in a cluster setup you need to put the model/pipeline on a distributed FileSystem such as HDFS, DBFS, S3, etc. (i.e., `hdfs:///tmp/explain_document_dl_en_2.0.2_2.4_1556530585689/`)
</div>
</div>

0 comments on commit 6fb673e

Please sign in to comment.