Update README.md
Browse files
README.md
CHANGED
@@ -153,3 +153,11 @@ lang_id = LanguageIdentifier.from_modelstring(model, norm_probs=True)
|
|
153 |
|
154 |
lang, conf = lang_id.classify(title + '\n\n' + description)
|
155 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
|
154 |
lang, conf = lang_id.classify(title + '\n\n' + description)
|
155 |
```
|
156 |
+
|
157 |
+
For Dutch, here is the agreement table between the `original_language` column from YouTube Commons and the newly detected `language` column.
|
158 |
+
|
159 |
+
| | `original_language` nl | `original_language` !nl |
|
160 |
+
|----------------|------------------------|-------------------------|
|
161 |
+
| `language` nl | 7010 | 4698 |
|
162 |
+
| `language` !nl | 21452 | 2997408 |
|
163 |
+
|