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
For example, searching for 1500-tal with citation marks work: https://spraakbanken4.it.gu.se/karp/v7/query/saldom?q=equals|baseform|%221500-tal%22&size=1000
Without gives a parser error: https://spraakbanken4.it.gu.se/karp/v7/query/saldom?q=equals|baseform|1500-tal&size=1000
Starting with "-" works (but something, somewhere makes the - go away in the search): https://spraakbanken4.it.gu.se/karp/v7/query/saldom?q=equals|baseform|-tal&size=1000
The text was updated successfully, but these errors were encountered:
Also equals|baseform|tal-1500 doesn't crash. Is it maybe trying to parse 1500 as a number?
equals|baseform|tal-1500
Sorry, something went wrong.
No branches or pull requests
For example, searching for 1500-tal with citation marks work:
https://spraakbanken4.it.gu.se/karp/v7/query/saldom?q=equals|baseform|%221500-tal%22&size=1000
Without gives a parser error:
https://spraakbanken4.it.gu.se/karp/v7/query/saldom?q=equals|baseform|1500-tal&size=1000
Starting with "-" works (but something, somewhere makes the - go away in the search):
https://spraakbanken4.it.gu.se/karp/v7/query/saldom?q=equals|baseform|-tal&size=1000
The text was updated successfully, but these errors were encountered: