Skip to content

some past verbs doesn't convert to its root corectly #4

@nillllllllllll

Description

@nillllllllllll

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions