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

Procedural parser simply doesn't work. #3

Open
IanTayler opened this issue Apr 17, 2017 · 0 comments
Open

Procedural parser simply doesn't work. #3

IanTayler opened this issue Apr 17, 2017 · 0 comments

Comments

@IanTayler
Copy link
Owner

Its behaviour is pretty erratic. For example, it recognises string where the words aren't even in the lexicon, but seems to fail to recognise all actual sentences in languages.

There is very little difference in code between the parallel and the procedural parser, so the problem can only be in about 20 lines of wrapper code where the parallel parser runs all derivations in @!devq while the procedural one pops a derivation and runs it.

This has very low priority when compared to #1 and #2 .

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