ptaszynski commited on
Commit
9a95ff1
1 Parent(s): 52d7a0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -29,7 +29,7 @@ The pretrained model with all attached files is distributed under the terms of t
29
 
30
  ## Citations
31
 
32
- The model was build using sentences from YACIS corpus, which should be cited using at least one of the following refrences.
33
 
34
  ```
35
  @inproceedings{ptaszynski2012yacis,
@@ -41,6 +41,20 @@ The model was build using sentences from YACIS corpus, which should be cited usi
41
  }
42
  ```
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ```
45
  @article{ptaszynski2014automatically,
46
  title={Automatically annotating a five-billion-word corpus of Japanese blogs for sentiment and affect analysis},
@@ -50,8 +64,7 @@ The model was build using sentences from YACIS corpus, which should be cited usi
50
  number={1},
51
  pages={38--55},
52
  year={2014},
53
- publisher={Elsevier}
 
54
  }
55
-
56
-
57
  ```
 
29
 
30
  ## Citations
31
 
32
+ Please, cite the model using the following citation.
33
 
34
  ```
35
  @inproceedings{ptaszynski2012yacis,
 
41
  }
42
  ```
43
 
44
+
45
+ The model was build using sentences from YACIS corpus, which should be cited using at least one of the following refrences.
46
+
47
+ ```
48
+ @inproceedings{ptaszynski2012yacis,
49
+ title={YACIS: A five-billion-word corpus of Japanese blogs fully annotated with syntactic and affective information},
50
+ author={Ptaszynski, Michal and Dybala, Pawel and Rzepka, Rafal and Araki, Kenji and Momouchi, Yoshio},
51
+ booktitle={Proceedings of the AISB/IACAP world congress},
52
+ pages={40--49},
53
+ year={2012},
54
+ howpublished = "\url{https://github.com/ptaszynski/yacis-corpus}"
55
+ }
56
+ ```
57
+
58
  ```
59
  @article{ptaszynski2014automatically,
60
  title={Automatically annotating a five-billion-word corpus of Japanese blogs for sentiment and affect analysis},
 
64
  number={1},
65
  pages={38--55},
66
  year={2014},
67
+ publisher={Elsevier},
68
+ howpublished = "\url{https://github.com/ptaszynski/yacis-corpus}"
69
  }
 
 
70
  ```