-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Milestone
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.
Imported from Launchpad using lp2gh.
- date created: 2012-05-08T07:51:10Z
- owner: amir-zeldes
- assignee: krause
- the launchpad url was https://bugs.launchpad.net/bugs/996386
Reactions are currently unavailable