When the suffix separating feature is not turned off, some words that have a plural suffix as a part of them are edited wrong. For example نهایی is edited to نهایی.
Steps to Reproduce
from negar.virastar import PersianEditor
edited_text = PersianEditor('مقصد نهایی').text
print(edited_text)
Description
When the suffix separating feature is not turned off, some words that have a plural suffix as a part of them are edited wrong. For example
نهایی
is edited toنهایی
.Steps to Reproduce