add citation
Browse files
README.md
CHANGED
@@ -33,4 +33,27 @@ text = "सगरमाथा विश्वको अग्लो हिमा
|
|
33 |
|
34 |
# Perform NER
|
35 |
entities = ner(text)
|
36 |
-
print(entities)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
# Perform NER
|
35 |
entities = ner(text)
|
36 |
+
print(entities)
|
37 |
+
```
|
38 |
+
|
39 |
+
## Cite our work:
|
40 |
+
|
41 |
+
```bib
|
42 |
+
@InProceedings{10.1007/978-3-031-36822-6_8,
|
43 |
+
author="Pande, Bishal Debb
|
44 |
+
and Shakya, Aman
|
45 |
+
and Panday, Sanjeeb Prasad
|
46 |
+
and Joshi, Basanta",
|
47 |
+
editor="Fujita, Hamido
|
48 |
+
and Wang, Yinglin
|
49 |
+
and Xiao, Yanghua
|
50 |
+
and Moonis, Ali",
|
51 |
+
title="Named Entity Recognition for Nepali Using BERT Based Models",
|
52 |
+
booktitle="Advances and Trends in Artificial Intelligence. Theory and Applications",
|
53 |
+
year="2023",
|
54 |
+
publisher="Springer Nature Switzerland",
|
55 |
+
address="Cham",
|
56 |
+
pages="93--104",
|
57 |
+
isbn="978-3-031-36822-6"
|
58 |
+
}
|
59 |
+
```
|