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