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