| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix _ID column bug.v1.0.1 | Ben Linskey | 2013-12-16 | 2 | -2/+2 |
| | | | | | | SQLite was not populating the _ID columns with the ROWID due to the fact that the _ID datatype was set to INT rather than INTEGER. | ||||
| * | Adds abstract class GreekTextParser. | Ben Linskey | 2013-12-16 | 3 | -188/+145 |
| | | | | | | This change eliminates the duplication of code in the LexiconParser and SyntaxParser classes. | ||||
| * | Add grammar database creation code. | Ben Linskey | 2013-12-16 | 4 | -3/+342 |
| | | |||||
| * | Add interface and lexicon database creation code. | Ben Linskey | 2013-12-16 | 3 | -0/+462 |