|
Natural Language Processing
0.1.0
|
| Class to process a sentence and generate the list of words and it's corresponding datas | |
| Child of Grammar. IT is the Context Free Grammar Structure of Order Zero | |
| A generic Grammar class that contains a multimap. It maps a Grammar Phrase to a vector of Grammar Phrases. This denotes the definition of the Grammar Phrase to other Grammar Phrases. There may be more than one definition for a Grammar Phrase | |
| The GSContainerpair struct Container for a GPSWpair | |
| The OntologyDatabase class The class acts as the interface that allows communication with database. class will be used by higher process that handles the sqlite query generation from a structure of SyntaxTree | |
| The Parser class. It takes a Grammar Structure and a vector of Words to create a vector of all possible Syntax Trees that follow the Grammar Structure and matches the vector of Words | |
| The QueryGenerator class | |
| The Tree specialized for holding syntax and words INHERITS: from Tree | |
| Container for a Word and a Syntax Identifier | |
| The Tree class a class to contain a TreeNode* | |
| The TreeNode struct the node that will occupy trees |
1.8.6