Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- bg
|
| 5 |
+
tags:
|
| 6 |
+
- bicleaner-ai
|
| 7 |
+
tasks:
|
| 8 |
+
- text-classification
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Bicleaner AI model for en-bg
|
| 12 |
+
Bicleaner AI is a tool in Python that aims at detecting noisy sentence pairs in a parallel corpus. It
|
| 13 |
+
indicates the likelihood of a pair of sentences being mutual translations (with a value near to 1) or not (with a value near to 0).
|
| 14 |
+
Sentence pairs considered very noisy are scored with 0.
|
| 15 |
+
|
| 16 |
+
Find out at our repository for further instructions on how to use it: https://github.com/bitextor/bicleaner-ai
|