You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use your python package and I change the value of "enableVerb" to True value to test the verb input.
from PersianStemmer import PersianStemmer
ps = PersianStemmer()
print(ps.run("رفتند"))
It prints "رو" which is not correct
print(ps.run("رفت"))
It prints "رفت" which is correct
The text was updated successfully, but these errors were encountered:
nillllllllllll
changed the title
some past vrbs doesn't convert to its root corectly
some past verbs doesn't convert to its root corectly
Feb 24, 2020
I use your python package and I change the value of "enableVerb" to True value to test the verb input.
from PersianStemmer import PersianStemmer
ps = PersianStemmer()
print(ps.run("رفتند"))
It prints "رو" which is not correct
print(ps.run("رفت"))
It prints "رفت" which is correct
The text was updated successfully, but these errors were encountered: