Several issues occurred: - [x] `PARAM_OVERWRITE = true` needs to be added to all calls of `XmiWriter` - [x] Import of the POS libraries needs to changed (e.g. `POS_NOUN` instead of `NN`) - [ ] `stanfordnlp` API is now called `corenlp` - [ ] Unresolved issue with `DocumentMetaData` - [x] Some libraries are now under `org.dkpo.` instead of `de.tudarmstadt.ukp.dkpro.` (but not all!) - [x] `commons-lang` needs to be updated to `commons-lang3` - [x] dkpro functions that return annotations now return `List` instead of `Collection`
Several issues occurred:
PARAM_OVERWRITE = trueneeds to be added to all calls ofXmiWriterPOS_NOUNinstead ofNN)stanfordnlpAPI is now calledcorenlpDocumentMetaDataorg.dkpo.instead ofde.tudarmstadt.ukp.dkpro.(but not all!)commons-langneeds to be updated tocommons-lang3Listinstead ofCollection