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
Tony Lim edited this page Apr 16, 2015
·
1 revision
Welcome to the Grammatica wiki!
Based on the parsed sentence containing 'wordtypes' such as ('a.', 'n.', 'v.' , ....).
Following class will be created along with the usages:
Class Grammar:
Class Syntax Tree:
-Given a Grammar Object and a Sequence of Tokens, the Syntax Tree will create all possible trees that follow the Grammar and fits the Tokens. (Top Down or Bottom Up Parser)