KorAP/Kustvakt
Do you want to work on this issue?
You can request for a bounty in order to promote it!
POLIQARP - Parsing Error in RegEx #637
notesjor posted onGitHub
If you use the escape char '' in a polqarp-Regex, you recived an error.
Query:
like: "\innen$"
HTTP-Request:
Result:
{
"meta": {
"startPage": 1,
"snippets": true,
"context": "sentence",
"tokens": false,
"cutOff": false,
"timeout": 90000
},
"@context": "http://korap.ids-mannheim.de/ns/koral/0.3/context.jsonld",
"errors": [
[
302,
"Failing to parse at symbol: '\\'",
2
],
[
302,
"Could not parse query >>> \"*\\*innen$\" <<<."
]
]
}