Skip to content

Commit e6c0ade

Browse files
committed
updated readme.md
1 parent d42b776 commit e6c0ade

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ A library for the simple visualization of different types of Spark NLP annotatio
88
- Relation Extraction
99
- Assertion Status
1010

11+
## Complete Tutorial
12+
https://github.com/JohnSnowLabs/spark-nlp-display/blob/main/tutorials/Spark_NLP_Display.ipynb
13+
1114
### Requirements
1215
- spark-nlp
1316
- ipython

tutorials/Spark_NLP_Display.ipynb

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,9 +1759,22 @@
17591759
},
17601760
"kernelspec": {
17611761
"display_name": "Python 3",
1762+
"language": "python",
17621763
"name": "python3"
1764+
},
1765+
"language_info": {
1766+
"codemirror_mode": {
1767+
"name": "ipython",
1768+
"version": 3
1769+
},
1770+
"file_extension": ".py",
1771+
"mimetype": "text/x-python",
1772+
"name": "python",
1773+
"nbconvert_exporter": "python",
1774+
"pygments_lexer": "ipython3",
1775+
"version": "3.7.6"
17631776
}
17641777
},
17651778
"nbformat": 4,
1766-
"nbformat_minor": 0
1779+
"nbformat_minor": 1
17671780
}

0 commit comments

Comments
 (0)