Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
### Dubliners (J. Joyce)
|
| 5 |
+
|
| 6 |
+
dataset of James' Joyce collection of short stories "Dubliners". prepared for the nlp course in hse (see: https://github.com/vifirsanova/compling)
|
| 7 |
+
contains:
|
| 8 |
+
-- text tokenized by sentences;
|
| 9 |
+
-- pos-tagged sentences with nltk;
|
| 10 |
+
-- results of analyzing the text with spacy library (pos-tagged, named entities, dependencies)
|
| 11 |
+
|
| 12 |
+
could be used for different nlp-tasks and computational analysys of James' Joyce fiction.
|