hugosousa commited on
Commit
3ae942c
·
verified ·
1 Parent(s): bb244ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -5,3 +5,49 @@ tags:
5
  language:
6
  - en
7
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  language:
6
  - en
7
  ---
8
+
9
+ | Feature | Description |
10
+ | --- | --- |
11
+ | **Name** | `en_tei2go` |
12
+ | **Version** | `0.0.0` |
13
+ | **spaCy** | `>=3.2.6,<3.3.0` |
14
+ | **Default Pipeline** | `ner` |
15
+ | **Components** | `ner` |
16
+ | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
17
+ | **Sources** | n/a |
18
+ | **License** | n/a |
19
+ | **Author** | [n/a]() |
20
+
21
+ ### Label Scheme
22
+
23
+ <details>
24
+
25
+ <summary>View label scheme (1 labels for 1 components)</summary>
26
+
27
+ | Component | Labels |
28
+ | --- | --- |
29
+ | **`ner`** | `TIMEX` |
30
+
31
+ </details>
32
+
33
+ ## Cite
34
+
35
+ If you use this work, please cite the following [paper](https://dl.acm.org/doi/10.1145/3583780.3615130):
36
+
37
+ ```bibtex
38
+ @inproceedings{10.1145/3583780.3615130,
39
+ author = {Sousa, Hugo and Campos, Ricardo and Jorge, Al\'{\i}pio},
40
+ title = {TEI2GO: A Multilingual Approach for Fast Temporal Expression Identification},
41
+ year = {2023},
42
+ isbn = {9798400701245},
43
+ publisher = {Association for Computing Machinery},
44
+ url = {https://doi.org/10.1145/3583780.3615130},
45
+ doi = {10.1145/3583780.3615130},
46
+ booktitle = {Proceedings of the 32nd ACM International Conference on Information and Knowledge Management},
47
+ pages = {5401–5406},
48
+ numpages = {6},
49
+ keywords = {temporal expression identification, multilingual corpus, weak label},
50
+ location = {Birmingham, United Kingdom},
51
+ series = {CIKM '23}
52
+ }
53
+ ```