fix language tags (#1)
Browse files- fix language tags (1cba1f1d3650f4204cb3fe9cf0b3f0146adb2891)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
-
- Dutch
|
| 5 |
-
- French
|
| 6 |
-
- English
|
| 7 |
- Tweets
|
| 8 |
- Sentiment analysis
|
| 9 |
widget:
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- multilingual
|
| 4 |
+
- nl
|
| 5 |
+
- fr
|
| 6 |
+
- en
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- Tweets
|
| 9 |
- Sentiment analysis
|
| 10 |
widget:
|