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 ChF #191

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

Implement ChF #191

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

Comments

@SamyaDaleh
Copy link
Owner

Improvement of buGHR by Chiang and Fu 1984.

Init and C1 like #190.

S1:
[A -> alpha dot a beta gamma, i, j], [a, j, j+1]
_________ beta =>* epsilon
[A -> alpha a beta dot gamma, i, j+1]

S2:
[C -> gamma dot a beta', i, j], [a, j, j+1]
______ B =>* C AND alpha beta beta' =>* epsilon
[A -> alpha B beta dot gamma, i, j+1]

C2:
[C -> gamma dot E beta', i, j], [E -> delta dot, j, k]
__________ i < j AND B =>* C AND alpha beta beta' =>* epsilon
[A -> alpha B beta dot gamma, i, k]

Source: Sikkel, Parsing Schemata p. 115

@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