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
The example for lemmatised text with Arabic translation used in test_successful_lem_existing_lem seems to be out of date, causing that test to fail:
test_successful_lem_existing_lem
> assert text == nammu.atfAreaController.edit_area.getText() E assert '&X001001 = J...ر تبت، يوم ٢\n' == '&X001001 = JC...ر تبت، يوم ٢\n' E Skipping 203 identical leading characters in diff, use -v to show E - ht]AV; ūm[day]N; n E + ht]AV; ūm[on the day]'PRP; n
We should check how the text is lemmatised (starting from the unlemmatised version) and update the file contents accordingly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The example for lemmatised text with Arabic translation used in
test_successful_lem_existing_lem
seems to be out of date, causing that test to fail:We should check how the text is lemmatised (starting from the unlemmatised version) and update the file contents accordingly.
The text was updated successfully, but these errors were encountered: