Skip to content
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)

Clone this wiki locally