aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in GreekTextParser class.Ben Linskey2013-12-161-1/+1
| | | | | The program now properly sets transcoded Greek text as an element's content rather than a lang attribute value.
* Fix _ID column bug.v1.0.1Ben Linskey2013-12-162-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 Linskey2013-12-163-188/+145
| | | | | This change eliminates the duplication of code in the LexiconParser and SyntaxParser classes.
* Add grammar database creation code.Ben Linskey2013-12-164-3/+342
|
* Add interface and lexicon database creation code.Ben Linskey2013-12-163-0/+462