jflanigan / jamr

JAMR Parser and Generator
BSD 2-Clause "Simplified" License
193 stars 50 forks source link

Hand alignment for LDC2014T12 #30

Open Oneplus opened 6 years ago

Oneplus commented 6 years ago

Hi Jeff,

According to https://github.com/jflanigan/jamr/blob/Semeval-2016/docs/Hand_Alignments.md, hand alignment is annotated for LDC2013E117. We would like to work on the alignment problem but we don't have access to the LDC2013E117 data. But we have the LDC2014T12. When I look into scripts/hand_alignments/LDC2013E117/snt.ids, it seems the alignment was created on the proxy portion. So I'm wondering if it's possible to adopt the alignments on LDC2013E117 to LDC2014T12.

I tried to replace tar -xzOf "$JAMR_HOME/data/LDC2013E117.tgz" ./LDC2013E117_DEFT_Phase_1_AMR_Annotation_R3/data/deft-amr-release-r3-proxy.txt with cat $JAMR_HOME/data/amr_anno_1.0/data/unsplit/amr-release-1.0-proxy.txt but lots of the patches in scripts/hand_alignments/LDC2013E117/patch.hand_align were rejected.

Is there any other things I should pay attention in order to get it work on LDC2014T12. Thanks!

Regards,