dkpro / dkpro-uby

Framework for creating and accessing UBY resources – sense-linked lexical resources in standard UBY-LMF format
https://dkpro.github.io/dkpro-uby
Other
22 stars 3 forks source link

export of SenseAxis table to XML terminates unexpectedly #80

Closed judithek closed 9 years ago

judithek commented 9 years ago
When trying to export the complete SenseAxis table of uby_medium_0_3_0 the LMFXmlWriter
terminates abruptly.

This is most likely due to not flushing and closing an output stream.

Original issue reported on code.google.com by eckle.kohler on 2014-02-15 09:25:51

judithek commented 9 years ago
this problem was due to the way the export was performed.

the right way to export the complete SenseAxis table is to use the transformSenseAxes
method from the DBToXMLTransformer class.

Original issue reported on code.google.com by eckle.kohler on 2014-02-15 14:44:47