init
Browse files
.gitattributes
CHANGED
|
@@ -52,3 +52,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.tsv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Sentiment Analysis resources
|
| 2 |
+
|
| 3 |
+
Unsupervised Improving of Sentiment Analysis Using Global Target Context
|
| 4 |
+
========================================================================
|
| 5 |
+
|
| 6 |
+
Authors: Ivan Habernal, Tomáš Brychcín {habernal | brychcin} at kiv.zcu.cz
|
| 7 |
+
|
| 8 |
+
The article is available at [nlp.kiv.zcu.cz](http://nlp.kiv.zcu.cz/) under "Publications" section.
|
| 9 |
+
|
| 10 |
+
### Corpora
|
| 11 |
+
|
| 12 |
+
**CSFD CZ** — 90k reviews with their related target (movie): [csfd-90k-reviews-ranlp2013.tar.bz2 (11 MB)](csfd-90k-reviews-ranlp2013.tar.bz2)
|
| 13 |
+
|
| 14 |
+
### Licence
|
| 15 |
+
|
| 16 |
+
The corpus is licenced under [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
| 17 |
+
|
| 18 |
+
### Citation
|
| 19 |
+
|
| 20 |
+
Please, cite our article if you use any of the available resources.
|
| 21 |
+
|
| 22 |
+
@InProceedings{Habernal.Brychcin.2013b,
|
| 23 |
+
author = {Ivan Habernal and Tom\\'a\\v{s} Brychc\\'{i}n},
|
| 24 |
+
title = {Unsupervised Improving of Sentiment Analysis Using Global Target Context},
|
| 25 |
+
booktitle = {Proceedings of RANLP 2013},
|
| 26 |
+
year = {2013},
|
| 27 |
+
publisher = {Association for Computational Linguistics},
|
| 28 |
+
pages = {TBD},
|
| 29 |
+
url = {TBD}
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
* * *
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
### Software
|
| 37 |
+
|
| 38 |
+
Licensing rights for the project are not yet resolved, therefore the software is available only on request by mail.
|
| 39 |
+
|
| 40 |
+
Licence
|
| 41 |
+
-------
|
| 42 |
+
|
| 43 |
+
Corpus is licenced under [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
| 44 |
+
|
| 45 |
+
Citation
|
| 46 |
+
--------
|
| 47 |
+
|
| 48 |
+
Please, cite our article if you use any of the available resources.
|
| 49 |
+
|
| 50 |
+
@InProceedings{Habernal.et.al.2013,
|
| 51 |
+
author = {Ivan Habernal and Tom\\'a\\v{s} Pt\\'a\\v{c}ek and Josef Steinberger},
|
| 52 |
+
title = {Sentiment Analysis in Czech Social Media Using Supervised Machine Learning},
|
| 53 |
+
booktitle = {Proceedings of the 4th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis},
|
| 54 |
+
month = {June},
|
| 55 |
+
year = {2013},
|
| 56 |
+
address = {Atlanta, Georgia},
|
| 57 |
+
publisher = {Association for Computational Linguistics},
|
| 58 |
+
pages = {65--74},
|
| 59 |
+
url = {http://www.aclweb.org/anthology/W13-1609}
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
* * *
|
| 63 |
+
|
| 64 |
+
_Last change: 2013-07-17_
|
test.tsv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be8456abb81d29a8044d18af5f44e8940c384b7a62539850c4143fbdea61526b
|
| 3 |
+
size 3185769
|
train.tsv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1d79a357620b38f76d80091044c6eb1c745bea34cecda7ea4e68d0c88e5007c
|
| 3 |
+
size 28533949
|