dkpro / dkpro-core-examples

Ready-to-use examples of dkpro-core components and pipelines.
Other
35 stars 17 forks source link

Converting different formats to each other #31

Open tina80lvl opened 5 years ago

tina80lvl commented 5 years ago

Seems like a trivial task but still there are no examples nowhere. In case I need to convert for example CoNLL-U into CoNLL-2012 there are readers and writers for both but no tutorial and good examples how to use them.

reckart commented 5 years ago

You could adapt this example: https://dkpro.github.io/dkpro-core/groovy/recipes/convert-conll2006-to-conll2009/