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

Implement Predictive Left Corner (pLC) #194

Open
SamyaDaleh opened this issue Nov 30, 2018 · 0 comments
Open

Implement Predictive Left Corner (pLC) #194

SamyaDaleh opened this issue Nov 30, 2018 · 0 comments
Labels
new feature functionality to be implemented

Comments

@SamyaDaleh
Copy link
Owner

Init:


[0, S]

LC(a):
[i, C], [a, i, i+1]


[C; B -> a dot beta, i, i+1]

LC(A):
[C; A -> gamma dot, i, j]


[C; B -> A dot beta, i, j]

LC(epsilon):
[i, C]


[C; B -> dot, i, i]

Pred:
[C; B -> alpha dot A beta, i, j]


[j, A]

Scan:
[C; B -> alpha dot a beta, i, j], [a, j, j+1]


[C; B -> alpha a dot beta, i, j+1]

Compl:
[C; B -> alpha dot A beta, i, j], [A; A -> gamma dot, j, k]


[C; B -> alpha A dot beta, i, k]

Source: Sikkel, Parsing Schemata p. 210f

@SamyaDaleh SamyaDaleh added the new feature functionality to be implemented label Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature functionality to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant