Ivan L. Negrell
Ivan L. Negrell
UPF-TALN is very interested in this enhancement because it is essential, for instance, for clitics segmentation. We already implemented a fix for the CoNLL writers but it does not follow...
@reckart We changed CoNLL writers to use getText() instead of getCoveredText()
@reckart We totally agree that `getText()` should be the default action. Anyway, we are not eager to discard the `getCoveredText()` option, so adding `PARAM_WRITE_COVERED_TEXT` parameter seems the right thing to...
Hi Paul, Following you recomendations we have done changes to our implementation. Could you please take a look at the code to check if there is anything else to be...