Skip to content

Commit a419515

Browse files
committed
Fixed missdirected eval Hyperlink
1 parent d190f75 commit a419515

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,19 @@ Showcasing notebooks and codes of how to use Spark NLP in Python and Scala.
1010

1111
* [Jupyter Notebooks](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/jupyter)
1212
* [annotation](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/jupyter/annotation)
13-
* [evalulation](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/jupyter/eval)
13+
* [evalulation](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/jupyter/enterprise/eval)
1414
* [training](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/jupyter/training)
1515
* [Tutorial Notebooks](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/tutorials)
1616
* [Jupyter](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/tutorials/jupyter)
1717
* [Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/tutorials/colab) (for Google Colab)
1818
* [Databricks Notebooks](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/databricks)
1919

20+
## Python Setup
21+
python3.7 -m virtualenv spark-nlp-2-4-4
22+
2023
## Docker setup
2124

22-
If you want to experience Spark NLP and run Jupyter exmaples without installing anything, you can simply use our [Docker image](https://hub.docker.com/r/johnsnowlabs/spark-nlp-workshop):
25+
If you want to experience Spark NLP and run Jupyter examples without installing anything, you can simply use our [Docker image](https://hub.docker.com/r/johnsnowlabs/spark-nlp-workshop):
2326

2427
1- Get the docker image for spark-nlp-workshop:
2528

0 commit comments

Comments
 (0)