-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Bug: full stop in the end is not stripped #194
Comments
Here is the line that handle the query input: Line 420 in a528662
|
There are some lexemes with a fullstop, e.g., "e.g." and "dvs." https://ordia.toolforge.org/L588622 |
There is even comma https://ordia.toolforge.org/L408858 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When searching for:
"Vägen till helvetet är kantad med goda föresatser."
I get no result, but
"Vägen till helvetet är kantad med goda föresatser" -> https://ordia.toolforge.org/L1327610
We should strip punctuation in the end of the input before doing the lookup
The text was updated successfully, but these errors were encountered: