lbourdois commited on
Commit
c8a6ae5
·
verified ·
1 Parent(s): f86cb48

Add language tag

Browse files

Hi
A PR to improve the referencing of your dataset 🤗

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,5 +1,13 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
3
  ---
4
  # Counting bilingual and monolingual instances
5
  In order to count bilingual and monolingual instances, we use the following code. We count bilingual instances where there are two languages, one of them is English and the other is either German, French, Spanish, Italian, Portuguese or Dutch. All other instances fall into the "Other" category.
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ - de
6
+ - fr
7
+ - es
8
+ - it
9
+ - pt
10
+ - nl
11
  ---
12
  # Counting bilingual and monolingual instances
13
  In order to count bilingual and monolingual instances, we use the following code. We count bilingual instances where there are two languages, one of them is English and the other is either German, French, Spanish, Italian, Portuguese or Dutch. All other instances fall into the "Other" category.