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

A list of all metadata available in a corpus #91

Closed
pixeldrama opened this issue Mar 10, 2013 · 2 comments
Closed

A list of all metadata available in a corpus #91

pixeldrama opened this issue Mar 10, 2013 · 2 comments
Assignees
Milestone

Comments

@pixeldrama
Copy link
Contributor

The corpus browser only shows the toplevel corpus metadata. It would be nice to have a complete list of all metadata, also in subcorpora.

@ghost ghost assigned pixeldrama Mar 10, 2013
@ruettet
Copy link
Contributor

ruettet commented Mar 10, 2013

Not sure if it is helpful, but I have two methods in https://github.com/ruettet/ANNIS/blob/master/annis-gui/src/main/java/annis/gui/precedencequerybuilder/PrecedenceQueryBuilder.java at lines 466 and 500 that grab all the metadata from the documents in a corpus (if that is what you mean with subcorpora) and even the levels of these metadata. Victor added the necessary spring bean or whatever, which is also available in my fork.

@pixeldrama
Copy link
Contributor Author

Thank you for the note. There is also something similar which provides
the metadata for each result, the small icon above the visualizers. From
this code it should not be a long journey to realize the demand feature.

On So, 2013-03-10 at 07:37 -0700, Tom R. wrote:

Not sure if it is helpful, but I have two methods in
https://github.com/ruettet/ANNIS/blob/master/annis-gui/src/main/java/annis/gui/precedencequerybuilder/PrecedenceQueryBuilder.java at lines 466 and 500 that grab all the metadata from the documents in a corpus (if that is what you mean with subcorpora) and even the levels of these metadata. Victor added the necessary spring bean or whatever, which is also available in my fork.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants