You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I'm in a very busy period of my life and currently don't have the time to extend the article. But I put the text under version control to make collaboration simple. If anyone wants to improve on it, their contributions would be most welcome.
The Graph-Structured Stack (GSS) is the trick which gets GLL's worst-case parse time down to O(n^3).
Masaru Tomlta's paper describes the GSS in detail:
http://acl.ldc.upenn.edu/P/P88/P88-1031.pdf
Without a correct GSS, the parser isn't really GLL. The worst-case performance would be at least O(n^4).
The text was updated successfully, but these errors were encountered: