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