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

TAG CYK Produces Broken Trees #281

Closed
SamyaDaleh opened this issue Jun 12, 2021 · 2 comments
Closed

TAG CYK Produces Broken Trees #281

SamyaDaleh opened this issue Jun 12, 2021 · 2 comments
Labels
bug something does not work as intended or expected

Comments

@SamyaDaleh
Copy link
Owner

G = <N, T, I, A, S>
N = {S, N1}
T = {t0}
I = {α1 : (S (ε )), α2 : (N1 (S )), α3 : (S (t0 )(t0 )), α4 : (N1 (t0 )(S )), α5 : (S (N1 )(N1 ))}
A = {}
S = S

w = t0 t0 t0

It produces trees where N1 substitution nodes are still open, which looks wrong.

@SamyaDaleh SamyaDaleh added the bug something does not work as intended or expected label Jun 12, 2021
SamyaDaleh added a commit that referenced this issue May 21, 2023
@SamyaDaleh
Copy link
Owner Author

This one is fixed but the same bug also occurs in CYK general. Hold my beer.

@SamyaDaleh
Copy link
Owner Author

Give me my beer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something does not work as intended or expected
Projects
None yet
Development

No branches or pull requests

1 participant