Add language tag (#1)
Browse files- Add language tag (3fbd4d8512d9b4bef90bdcdbda1bb488d1002b78)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: openrail
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# European Languages Multipurpose Dataset for NER
|
@@ -31,5 +36,4 @@ This dataset can be used to:
|
|
31 |
|
32 |
## Contributing
|
33 |
|
34 |
-
If you have suggestions for improving or expanding the dataset, please feel free to open an issue or submit a pull request.
|
35 |
-
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- es
|
6 |
+
- fr
|
7 |
+
- ro
|
8 |
---
|
9 |
|
10 |
# European Languages Multipurpose Dataset for NER
|
|
|
36 |
|
37 |
## Contributing
|
38 |
|
39 |
+
If you have suggestions for improving or expanding the dataset, please feel free to open an issue or submit a pull request.
|
|