Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,38 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- am
|
5 |
pretty_name: Amharic Stopwords
|
6 |
size_categories:
|
7 |
- 1K<n<10K
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
license: apache-2.0
|
7 |
language:
|
8 |
- am
|
9 |
pretty_name: Amharic Stopwords
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
+
---
|
13 |
+
|
14 |
+
# Amharic Stopwords
|
15 |
+
|
16 |
+
The stopwords are build by [Yimam et al. (2021)](https://www.mdpi.com/1999-5903/13/11/275) at [LT Group](https://huggingface.co/uhhlt), University of Hamburg, Germany.
|
17 |
+
Initially, they were generated using an automated approach based on frequency, followed by manual validation.
|
18 |
+
### Source
|
19 |
+
|
20 |
+
- **GitHub** https://github.com/uhh-lt/ethiopicmodels
|
21 |
+
- **Dataset:** https://github.com/uhh-lt/ethiopicmodels/blob/master/am/normalization/amstopwords.txt
|
22 |
+
- **Paper:** https://www.mdpi.com/1999-5903/13/11/275
|
23 |
+
|
24 |
+
For citing this stopwords, please use the following:
|
25 |
+
|
26 |
+
```
|
27 |
+
@Article{fi13110275,
|
28 |
+
AUTHOR = {Yimam, Seid Muhie and Ayele, Abinew Ali and Venkatesh, Gopalakrishnan and Gashaw, Ibrahim and Biemann, Chris},
|
29 |
+
TITLE = {Introducing Various Semantic Models for Amharic: Experimentation and Evaluation with Multiple Tasks and Datasets},
|
30 |
+
JOURNAL = {Future Internet},
|
31 |
+
VOLUME = {13},
|
32 |
+
YEAR = {2021},
|
33 |
+
NUMBER = {11},
|
34 |
+
ARTICLE-NUMBER = {275},
|
35 |
+
URL = {https://www.mdpi.com/1999-5903/13/11/275},
|
36 |
+
ISSN = {1999-5903},
|
37 |
+
DOI = {10.3390/fi13110275}
|
38 |
+
}
|