-
Notifications
You must be signed in to change notification settings - Fork 22
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
escape special symbols in lt-expand? #82
Comments
I wonder if we shouldn't also be able to compile |
Reserved characters are still not escaped if they are part of a regular expression. Take the following example, which includes
|
It will now escape |
Thanks! |
Perhaps lt-expand should escape e.g.
:
as part of form/lemma (DJ:en:DJ<n><m><sg><def>
looks like it has three fields). Similarly other reserved charsThe text was updated successfully, but these errors were encountered: