Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def fix_words(words: typing.List[str]) -> typing.List[str]:
|
|
| 33 |
word += "ِ"
|
| 34 |
|
| 35 |
|
| 36 |
-
fixed_words.append(
|
| 37 |
|
| 38 |
return fixed_words
|
| 39 |
#return tagger.tag(words)
|
|
|
|
| 33 |
word += "ِ"
|
| 34 |
|
| 35 |
|
| 36 |
+
fixed_words.append(pos[-1])
|
| 37 |
|
| 38 |
return fixed_words
|
| 39 |
#return tagger.tag(words)
|