Add contact and fixes
Browse files
README.md
CHANGED
@@ -16,9 +16,11 @@ This model predicts the punctuation of Catalan language.
|
|
16 |
|
17 |
The model restores the following punctuation markers: **"." "," "?" "-" ":"**
|
18 |
|
|
|
|
|
19 |
## Results
|
20 |
|
21 |
-
The performance differs for the single punctuation markers as hyphens and colons, in many cases, are optional and can be substituted by either a comma or a full stop. The model achieves the following F1 scores for
|
22 |
|
23 |
| Label | CA |
|
24 |
| ------------- | ----- |
|
@@ -30,3 +32,7 @@ The performance differs for the single punctuation markers as hyphens and colons
|
|
30 |
| - | 0.89 |
|
31 |
| macro average | 0.84 |
|
32 |
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
The model restores the following punctuation markers: **"." "," "?" "-" ":"**
|
18 |
|
19 |
+
Based on the work https://github.com/oliverguhr/fullstop-deep-punctuation-prediction
|
20 |
+
|
21 |
## Results
|
22 |
|
23 |
+
The performance differs for the single punctuation markers as hyphens and colons, in many cases, are optional and can be substituted by either a comma or a full stop. The model achieves the following F1 scores for Catalan language:
|
24 |
|
25 |
| Label | CA |
|
26 |
| ------------- | ----- |
|
|
|
32 |
| - | 0.89 |
|
33 |
| macro average | 0.84 |
|
34 |
|
35 |
+
## Contact
|
36 |
+
|
37 |
+
Jordi Mas <jmas@softcatala.org>
|
38 |
+
|