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

HTML visualization config parser error #404

Closed
dlukes opened this issue May 4, 2015 · 2 comments
Closed

HTML visualization config parser error #404

dlukes opened this issue May 4, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@dlukes
Copy link

dlukes commented May 4, 2015

Hi,

I'm trying to devise a custom HTML visualization for a multi-layer dialogue corpus and I've noticed that the HTML visualization config parser throws an error when the triggering condition contains a digit (which is part of a namespace in my case, so perhaps the issue is restricted to namespaces?).

Here's my vis.config file:

spk0:ort        p       value

And here's the error:

annis_htmlvis_parser_error

Perhaps spk0:ort is not a valid namespace + annotation name combination in ANNIS (I thought restricting myself to strings which are also valid XML attribute names would be enough -- maybe it's not?), but in that case it's slightly confusing that the only place this leads to an error is in the HTML visualization module.

I can easily rename my namespaces for the time being, but it would be nice to solve this in a consistent way in the long run :)

I'm using the current release (ANNIS 3.2.3), by the way.

@thomaskrause thomaskrause added this to the 3.3.0 milestone May 5, 2015
@thomaskrause
Copy link
Member

Thank you for reporting this bug. I made a fix to make the parsing of the html visualizer and the normal AQL more consistent and the fix will be included in the next ANNIS release.

@thomaskrause thomaskrause self-assigned this May 5, 2015
@dlukes
Copy link
Author

dlukes commented May 5, 2015

Thanks!

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