chrisjay commited on
Commit
7ad52ed
1 Parent(s): 487e4ec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +163 -0
README.md ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ kaggle_id: rtatman/stopword-lists-for-african-languages
3
+ licenses:
4
+ - other
5
+ ---
6
+
7
+ # Dataset Card for Stopword Lists for African Languages
8
+
9
+ ## Table of Contents
10
+ - [Table of Contents](#table-of-contents)
11
+ - [Dataset Description](#dataset-description)
12
+ - [Dataset Summary](#dataset-summary)
13
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
14
+ - [Languages](#languages)
15
+ - [Dataset Structure](#dataset-structure)
16
+ - [Data Instances](#data-instances)
17
+ - [Data Fields](#data-fields)
18
+ - [Data Splits](#data-splits)
19
+ - [Dataset Creation](#dataset-creation)
20
+ - [Curation Rationale](#curation-rationale)
21
+ - [Source Data](#source-data)
22
+ - [Annotations](#annotations)
23
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
24
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
25
+ - [Social Impact of Dataset](#social-impact-of-dataset)
26
+ - [Discussion of Biases](#discussion-of-biases)
27
+ - [Other Known Limitations](#other-known-limitations)
28
+ - [Additional Information](#additional-information)
29
+ - [Dataset Curators](#dataset-curators)
30
+ - [Licensing Information](#licensing-information)
31
+ - [Citation Information](#citation-information)
32
+ - [Contributions](#contributions)
33
+
34
+ ## Dataset Description
35
+
36
+ - **Homepage:** https://kaggle.com/datasets/rtatman/stopword-lists-for-african-languages
37
+ - **Repository:**
38
+ - **Paper:**
39
+ - **Leaderboard:**
40
+ - **Point of Contact:**
41
+
42
+ ### Dataset Summary
43
+
44
+ ### Context:
45
+ Some words, like “the” or “and” in English, are used a lot in speech and writing. For most Natural Language Processing applications, you will want to remove these very frequent words. This is usually done using a list of “stopwords” which has been complied by hand.
46
+
47
+ ### Content:
48
+ This project uses the source texts provided by the African Storybook Project as a corpus and provides a number of tools to extract frequency lists and lists of stopwords from this corpus for the 60+ languages covered by ASP.
49
+
50
+ Included in this dataset are the following languages:
51
+
52
+ * Afrikaans: stoplist and word frequency
53
+ * Hausa: stoplist and word frequency
54
+ * Lugbarati: word frequency only
55
+ * Lugbarati (Official): word frequency only
56
+ * Somali: stoplist and word frequency
57
+ * Sesotho: stoplist and word frequency
58
+ * Kiswahili: stoplist and word frequency
59
+ * Yoruba: stoplist and word frequency
60
+ * isiZulu: stoplist and word frequency
61
+
62
+ Files are named using the language’s ISO code. For each language, code.txt is the list of stopwords, and code_frequency_list.txt is word frequency information. A list of ISO codes the the languages associated with them may be found in ISO_codes.csv.
63
+
64
+ ### Acknowledgements:
65
+ This project therefore attempts to fill in the gap in language coverage for African language stoplists by using the freely-available and open-licensed ASP Source project as a corpus.
66
+ Dual-licensed under CC-BY and Apache-2.0 license. Compiled by Liam Doherty. More information and the scripts used to generate these files are available [here](https://github.com/dohliam/more-stoplists).
67
+
68
+ ### Inspiration:
69
+ This dataset is mainly helpful for use during NLP analysis, however there may some interesting insights in the data.
70
+
71
+ * What qualities do stopwords share across languages? Given a novel language, could you predict what its stopwords should be?
72
+ * What stopwords are shared across languages?
73
+ * Often, related languages will have words with the same meaning and similar spellings. Can you automatically identify any of these pairs of words?
74
+
75
+ ### You may also like:
76
+
77
+ * [Stopword Lists for 19 Languages (mainly European and South Asian)](https://www.kaggle.com/rtatman/stopword-lists-for-19-languages)
78
+
79
+ ### Supported Tasks and Leaderboards
80
+
81
+ [More Information Needed]
82
+
83
+ ### Languages
84
+
85
+ [More Information Needed]
86
+
87
+ ## Dataset Structure
88
+
89
+ ### Data Instances
90
+
91
+ [More Information Needed]
92
+
93
+ ### Data Fields
94
+
95
+ [More Information Needed]
96
+
97
+ ### Data Splits
98
+
99
+ [More Information Needed]
100
+
101
+ ## Dataset Creation
102
+
103
+ ### Curation Rationale
104
+
105
+ [More Information Needed]
106
+
107
+ ### Source Data
108
+
109
+ #### Initial Data Collection and Normalization
110
+
111
+ [More Information Needed]
112
+
113
+ #### Who are the source language producers?
114
+
115
+ [More Information Needed]
116
+
117
+ ### Annotations
118
+
119
+ #### Annotation process
120
+
121
+ [More Information Needed]
122
+
123
+ #### Who are the annotators?
124
+
125
+ [More Information Needed]
126
+
127
+ ### Personal and Sensitive Information
128
+
129
+ [More Information Needed]
130
+
131
+ ## Considerations for Using the Data
132
+
133
+ ### Social Impact of Dataset
134
+
135
+ [More Information Needed]
136
+
137
+ ### Discussion of Biases
138
+
139
+ [More Information Needed]
140
+
141
+ ### Other Known Limitations
142
+
143
+ [More Information Needed]
144
+
145
+ ## Additional Information
146
+
147
+ ### Dataset Curators
148
+
149
+ This dataset was shared by [@rtatman](https://kaggle.com/rtatman)
150
+
151
+ ### Licensing Information
152
+
153
+ The license for this dataset is other
154
+
155
+ ### Citation Information
156
+
157
+ ```bibtex
158
+ [More Information Needed]
159
+ ```
160
+
161
+ ### Contributions
162
+
163
+ [More Information Needed]