WEKA: export metadata
Bug #996386 reported by
Amir Zeldes
on 2012-05-08
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| ANNIS |
In Progress
|
Medium
|
Thomas Krause |
Bug Description
The WEKA exporter should also export metadata. It should be possible to either ask for all metadata available using the configuration box at the bottom of the interface, or just individual metadata annotations. If the AQL query already includes metadata, its values should be outputted in the export, e.g.:
lemma="Hund" & pos="NN" & #1 _=_ #2 & meta::l1_1=/f.*/
should output something like:
Hund,NN,fin
Hund,NN,fin
Hund,NN,fra
etc., with a separate column for the particular value of each metadata annotation.
Amir Zeldes (amir-zeldes) wrote : | #1 |
Thomas Krause (krause) wrote : | #2 |
Meta data is exported but not limited to the keys that are in the query. So it should must be more restrictive.
Changed in annis: | |
status: | New → In Progress |
milestone: | 3.0.0-beta2 → 3.0.0 |
To post a comment you must log in.
Explicitly asked for at least by Falko, John Lee (Hong Kong), this would probably be useful to anyone working quantitatively with metadata.