Gate Developer can save both it's annotation files in two formats, GATE XML or Inline XML. If I saved one file as Inline XML, can I convert it to a GATE XML using Gate Embedded?
Asked
Active
Viewed 164 times
1
-
Yes, you can. Just load a GATE document from the Inline XML file and save it as GATE XML (see the `gate.Document.toXml()` method). But be aware that Inline XML is potentially a lossy format... – dedek Apr 04 '17 at 13:12
-
Got it! Thank you. – Janaka Chathuranga Apr 11 '17 at 05:53