Spaces:
Sleeping
Sleeping
SinaAhmadi
commited on
Commit
•
0af0f95
1
Parent(s):
3ca5629
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,15 @@ def normalize(text, language_script):
|
|
94 |
)
|
95 |
return hypotheses[0]
|
96 |
|
97 |
-
title = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
description = """
|
100 |
<ul>
|
|
|
94 |
)
|
95 |
return hypotheses[0]
|
96 |
|
97 |
+
title = """
|
98 |
+
<center><strong><font size='8'>Script Normalization for Unconventional Writing<font></strong></center>
|
99 |
+
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
100 |
+
[<a href="https://sinaahmadi.github.io/docs/articles/ahmadi2023acl.pdf" style="color:blue;">Paper (ACL 2023)</a>]
|
101 |
+
[<a href="https://sinaahmadi.github.io/docs/slides/ahmadi2023acl_slides.pdf" style="color:blue;">Slides</a>]
|
102 |
+
[<a href="https://github.com/sinaahmadi/ScriptNormalization" style="color:blue;">GitHub</a>]
|
103 |
+
[<a href="https://s3.amazonaws.com/pf-user-files-01/u-59356/uploads/2023-06-04/rw32pwp/ACL2023.mp4" style="color:blue;">Presentation</a>]
|
104 |
+
</h3>
|
105 |
+
"""
|
106 |
|
107 |
description = """
|
108 |
<ul>
|