ljvmiranda921
commited on
Commit
•
cd7e943
1
Parent(s):
24e0a0a
Update README.md
Browse files
README.md
CHANGED
@@ -52,4 +52,18 @@ calamanCy: Tagalog NLP pipelines in spaCy
|
|
52 |
| **`parser`** | `ROOT`, `advmod`, `case`, `dep`, `nmod`, `nsubj`, `obj`, `obl`, `punct` |
|
53 |
| **`ner`** | `LOC`, `ORG`, `PER` |
|
54 |
|
55 |
-
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
| **`parser`** | `ROOT`, `advmod`, `case`, `dep`, `nmod`, `nsubj`, `obj`, `obl`, `punct` |
|
53 |
| **`ner`** | `LOC`, `ORG`, `PER` |
|
54 |
|
55 |
+
</details>
|
56 |
+
|
57 |
+
|
58 |
+
### Citation
|
59 |
+
|
60 |
+
```
|
61 |
+
@misc{miranda2023calamancy,
|
62 |
+
title={{calamanCy: A Tagalog Natural Language Processing Toolkit}},
|
63 |
+
author={Lester James V. Miranda},
|
64 |
+
year={2023},
|
65 |
+
eprint={2311.07171},
|
66 |
+
archivePrefix={arXiv},
|
67 |
+
primaryClass={cs.CL}
|
68 |
+
}
|
69 |
+
```
|