From 6fb673e2f9d57d451ab773c6c9a8f35a7849aea9 Mon Sep 17 00:00:00 2001 From: ryanmcdonough Date: Tue, 28 Nov 2023 10:11:20 +0000 Subject: [PATCH] Update install.md Fix typo in Anaconda --- docs/en/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/install.md b/docs/en/install.md index 7a148496246749..9770b633d9ae1a 100644 --- a/docs/en/install.md +++ b/docs/en/install.md @@ -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 @@ -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/`) - \ No newline at end of file +