coli-saar / am-parser

Modular implementation of an AM dependency parser in AllenNLP.
Apache License 2.0
30 stars 10 forks source link

Reimplement UCCA pre/postprocessing in Java #17

Open alexanderkoller opened 5 years ago

alexanderkoller commented 5 years ago

Currently the preprocessing and postprocessing for UCCA (edge un/contraction) is implemented in Python and has to be run as separate processing steps. Let's reimplement this in Java so the processing pipeline becomes easier to use.

Important: the preprocessing and postprocessing methods should be in the same language and in the same file, so they can't fall out of sync.