wannaphong commited on
Commit
e4e69b7
1 Parent(s): 6736b43

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - pythainlp/han-corf-dataset-v1.0
5
+ language:
6
+ - th
7
+ metrics:
8
+ - f1
9
+ tags:
10
+ - coreference-resolution
11
+ - coreference
12
+ - anaphora
13
+ ---
14
+
15
+ # 🪿 Han-Coref: Thai Coreference resolution by PyThaiNLP (Model)
16
+
17
+ This project want to create Thai Coreference resolution system.
18
+
19
+ This project is developed by 🪿 Wannaphong Phatthiyaphaibun.
20
+
21
+
22
+ **Current 🪿 Han-Coref version**: 1.0
23
+
24
+ - GitHub: [pythainlp/han-coref](https://github.com/pythainlp/han-coref)
25
+ - Model: [pythainlp/han-coref-v1.0](https://huggingface.co/pythainlp/han-coref-v1.0)
26
+ - Dataset: [pythainlp/han-corf-dataset-v1.0](https://huggingface.co/datasets/pythainlp/han-corf-dataset-v1.0)
27
+
28
+ ## Cite as
29
+
30
+ > Wannaphong Phatthiyaphaibun, & Peerat Limkonchotiwat. (2023). Han-Coref: Thai Coreference resolution by PyThaiNLP. https://doi.org/10.5281/zenodo.7965488
31
+
32
+ or BibTeX entry:
33
+
34
+ ``` bib
35
+ @misc{wannaphong_phatthiyaphaibun_2023_7965488,
36
+ author = {Wannaphong Phatthiyaphaibun and
37
+ Peerat Limkonchotiwat},
38
+ title = {{Han-Coref: Thai Coreference resolution by
39
+ PyThaiNLP}},
40
+ month = may,
41
+ year = 2023,
42
+ publisher = {Zenodo},
43
+ version = {1.0.0},
44
+ doi = {10.5281/zenodo.7965488},
45
+ url = {https://doi.org/10.5281/zenodo.7965488}
46
+ }
47
+ ```
48
+
49
+ ## License
50
+ - All source code use [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
51
+ - The Dataset use [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/).
52
+
53
+
54
+ This project is a part of [🪿 PyThaiNLP project](https://github.com/PyThaiNLP/).
55
+
56
+
57
+ We build Thai NLP.
58
+
59
+ PyThaiNLP