Montazerh82
commited on
Commit
·
31367f3
1
Parent(s):
03c1401
style tokenized text
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ entity_mapping = {'DAT': 'تاریخ',
|
|
26 |
'PRO': 'محصول',
|
27 |
'TIM': 'زمان'}
|
28 |
|
29 |
-
sep = '
|
30 |
|
31 |
def greet(text):
|
32 |
text = cleaning(text)
|
|
|
26 |
'PRO': 'محصول',
|
27 |
'TIM': 'زمان'}
|
28 |
|
29 |
+
sep = ' | '
|
30 |
|
31 |
def greet(text):
|
32 |
text = cleaning(text)
|