hugosousa commited on
Commit
6443bb5
1 Parent(s): 66ecd75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -11
README.md CHANGED
@@ -11,17 +11,19 @@ license: mit
11
  widget:
12
  - text: "In der vergangenen Woche präsentierte Bush plötzlich einen eigenen Plan zum Klimaschutz."
13
  ---
14
- | Feature | Description |
15
- | --- |-----------------------------------------|
16
- | **Name** | `de_tei2go` |
17
- | **Version** | `0.0.0` |
18
- | **spaCy** | `>=3.2.4,<3.3.0` |
 
 
 
 
 
19
  | **Default Pipeline** | `ner` |
20
- | **Components** | `ner` |
21
- | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
22
- | **Sources** | n/a |
23
- | **License** | MIT |
24
- | **Author** | [n/a]() |
25
 
26
  ### Label Scheme
27
 
@@ -33,4 +35,26 @@ widget:
33
  | --- | --- |
34
  | **`ner`** | `TIMEX` |
35
 
36
- </details>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  widget:
12
  - text: "In der vergangenen Woche präsentierte Bush plötzlich einen eigenen Plan zum Klimaschutz."
13
  ---
14
+ # Temporal Expression Identification to Go
15
+
16
+ [![Paper](https://img.shields.io/badge/Paper-557C55)](https://dl.acm.org/doi/10.1145/3583780.3615130)
17
+
18
+ Temporal Expression Identification to Go (TEI2GO) is an approach for fast and effective identification of temporal expressions.
19
+
20
+ | Feature | Description |
21
+ |----------------------|-----------------------------------------|
22
+ | **Name** | `de_tei2go` |
23
+ | **spaCy** | `>=3.2.4,<3.3.0` |
24
  | **Default Pipeline** | `ner` |
25
+ | **Components** | `ner` |
26
+ | **License** | MIT |
 
 
 
27
 
28
  ### Label Scheme
29
 
 
35
  | --- | --- |
36
  | **`ner`** | `TIMEX` |
37
 
38
+ </details>
39
+
40
+ ## Cite
41
+
42
+ If you use this work, please cite the following [paper](https://dl.acm.org/doi/10.1145/3583780.3615130):
43
+
44
+ ```bibtex
45
+ @inproceedings{10.1145/3583780.3615130,
46
+ author = {Sousa, Hugo and Campos, Ricardo and Jorge, Al\'{\i}pio},
47
+ title = {TEI2GO: A Multilingual Approach for Fast Temporal Expression Identification},
48
+ year = {2023},
49
+ isbn = {9798400701245},
50
+ publisher = {Association for Computing Machinery},
51
+ url = {https://doi.org/10.1145/3583780.3615130},
52
+ doi = {10.1145/3583780.3615130},
53
+ booktitle = {Proceedings of the 32nd ACM International Conference on Information and Knowledge Management},
54
+ pages = {5401–5406},
55
+ numpages = {6},
56
+ keywords = {temporal expression identification, multilingual corpus, weak label},
57
+ location = {Birmingham, United Kingdom},
58
+ series = {CIKM '23}
59
+ }
60
+ ```