Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- fr
|
| 4 |
+
viewer: false
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
> [!NOTE]
|
| 9 |
+
> Dataset origin: https://github.com/pmichel31415/mtnt/blob/master/resources/profanities.fr
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Citation
|
| 13 |
+
```
|
| 14 |
+
@InProceedings{michel2018mtnt,
|
| 15 |
+
author = {Michel, Paul and Neubig, Graham},
|
| 16 |
+
title = {{MTNT}: A Testbed for {M}achine {T}ranslation of {N}oisy {T}ext},
|
| 17 |
+
booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
|
| 18 |
+
year = {2018}
|
| 19 |
+
}
|
| 20 |
+
```
|