We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Arabic Grammar of verb form III I noticed that the verbal noun contain an extra character (ا) My code is just as simple as this
MyVerb = v3 "كتب";
Then get its output. The original output of the verbal noun is: مُكَاتَبَاَة Original output without tones: مكاتباة.
مُكَاتَبَاَة
مكاتباة
But as a native speaker I think the correct output should be something like this: مُكَاتَبَة Without tones: مكاتبة
مُكَاتَبَة
مكاتبة
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In the Arabic Grammar of verb form III I noticed that the verbal noun contain an extra character (ا)
My code is just as simple as this
Then get its output.
The original output of the verbal noun is:
مُكَاتَبَاَة
Original output without tones:
مكاتباة
.But as a native speaker I think the correct output should be something like this:
مُكَاتَبَة
Without tones:
مكاتبة
The text was updated successfully, but these errors were encountered: