Unpack the markup in the document. This converts markup from the native format (e.g. XML, RTF) into annotations in GATE format. Uses the markupElementsMap to determine which elements to convert, and what annotation type names to use.
(Document doc)
| 134 | * what annotation type names to use. |
| 135 | */ |
| 136 | abstract public void unpackMarkup(Document doc) |
| 137 | throws DocumentFormatException; |
| 138 | |
| 139 | abstract public void unpackMarkup(Document doc, RepositioningInfo repInfo, |
| 140 | RepositioningInfo ampCodingInfo) |