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
A lemma expression (in the C2 QL) like &cF+&Haus should be transformed like this:
{"@type":"koral:term","match":"match:eq","key":"cF+&Haus", "layer":"lemma"} , i.e.
layer=lemma and key = the whole search word with the options: 'cF+&Haus' (correct).
Instead, the '+' turns erroneously the key into a regex expr:
{"@type":"koral:term","match":"match:eq","type":"type:regex", "key":"cF.?&Haus","layer":"lemma"}
The text was updated successfully, but these errors were encountered:
Akron
margaretha
Bodmo
No branches or pull requests
A lemma expression (in the C2 QL) like &cF+&Haus should be transformed like this:
{"@type":"koral:term","match":"match:eq","key":"cF+&Haus", "layer":"lemma"} , i.e.
layer=lemma and key = the whole search word with the options: 'cF+&Haus' (correct).
Instead, the '+' turns erroneously the key into a regex expr:
{"@type":"koral:term","match":"match:eq","type":"type:regex", "key":"cF.?&Haus","layer":"lemma"}
The text was updated successfully, but these errors were encountered: