Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xces and xces-disamb implicitly assume different lemma selection strategy #30

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

echo "Mają kręgi." > seg.txt
~/pantera/bin/pantera -t nkjp --engine 
~/pantera/engines/ultimarum-tertia-np0-6.btengine seg.txt -o xces-disamb
mv seg.txt.disamb seg.xces
~/pantera/bin/pantera -t nkjp --engine 
~/pantera/engines/ultimarum-tertia-np0-6.btengine seg.txt -o xces
mv seg.txt.disamb seg.xces-sh

The standard XCES output (-o xces-disamb) implicitly assumes that only one 
(lemma,tag) pair is selected. The selection seems arbitrary.

The “sh” XCES dialect preserves both lemmata when having the same tag.

Is this really intended?

Original issue reported on code.google.com by [email protected] on 20 Feb 2012 at 2:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant