Skip to content

Commit

Permalink
Update install.md (#14079)
Browse files Browse the repository at this point in the history
Fix typo in Anaconda
  • Loading branch information
ryanmcdonough authored Dec 7, 2023
1 parent 37b24b9 commit 0dbfe55
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.2.0

# 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 0dbfe55

Please sign in to comment.