Skip to content
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

Search for empty values should be allowed #271

Closed
amir-zeldes opened this issue Feb 3, 2014 · 0 comments
Closed

Search for empty values should be allowed #271

amir-zeldes opened this issue Feb 3, 2014 · 0 comments
Labels
Milestone

Comments

@amir-zeldes
Copy link
Collaborator

Sometimes corpora contain empty string values, such as tokens with no characters (for traces etc.). For example in OntoNotes, there are many empty tokens that should be findable using:

tok=""

Right now the parser refuses to execute this query, saying:

"Semantic error: The validated object is null"

The desired behavior is finding all values (of span or anno_value) where the string value is the empty string.

@thomaskrause thomaskrause added this to the 3.1.0 milestone Feb 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants