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

Ambiguity preserving analysis #4

Open
hiroshinoji opened this issue Mar 12, 2015 · 0 comments
Open

Ambiguity preserving analysis #4

hiroshinoji opened this issue Mar 12, 2015 · 0 comments

Comments

@hiroshinoji
Copy link
Contributor

The current CCG parser accepts one-best outputs from morphological analysis, but the outputs often contain errors. They cause a significant problem in constructing semantic representations along CCG derivations.

In order to solve this problem, the system is required to output n-best outputs, including not only ambiguities in CCG parsing but also those in morphological analysis. This requires some mechanism to pass ambiguity-preserving analyses from morphological analyzers to parsers.

The easiest solution is to modify the CCG parser to use lattice-style outputs from morphological analyzers. However, the problem of ambiguity preserving analysis is pervasive in various levels, and it is great if we can have some unified framework for this problem (maybe too ambitious?).

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

No branches or pull requests

1 participant