| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Alphabetize lexicon entries. | Ben Linskey | 2014-02-03 | 1 | -19/+99 |
| | | | | | | Lexicon entries are now properly alphabetized in the database, so a word's ID column corresponds to its alphabetical position. | ||||
| * | Update readme.v1.1.1 | Ben Linskey | 2014-02-02 | 1 | -0/+5 |
| | | |||||
| * | Fix errors in lexicon text | Ben Linskey | 2014-02-02 | 1 | -251789/+251789 |
| | | | | | This commit fixes errors related to Greek numerals in the lexicon text. | ||||
| * | Update lexicon index | Ben Linskey | 2014-02-02 | 1 | -1/+2 |
| | | | | | | This commit adds the greekLowercase column to the lexicon index. This will hopefully speed up search queries a bit. | ||||
| * | Finish merge. | Ben Linskey | 2014-02-02 | 1 | -186/+22 |
| | | |||||
| * | Merge branch 'master' into dev | Ben Linskey | 2014-02-02 | 4 | -5/+184 |
| |\ | | | | | | | | | | | Conflicts: src/com/benlinskey/grdbc/LexiconCreator.java src/com/benlinskey/grdbc/SyntaxCreator.java | ||||
| | * | Merge branch 'master' of github.com:blinskey/greek-reference-database-creator | Ben Linskey | 2014-02-02 | 3 | -8/+22 |
| | |\ | |||||
| | | * | Update readme | Ben Linskey | 2014-01-12 | 1 | -4/+0 |
| | | | | |||||
| | | * | Add Sources Cited to syntax databasev1.1.0 | Ben Linskey | 2014-01-07 | 1 | -2/+20 |
| | | | | |||||
| | | * | Change "_ID" column name to "_id." | Ben Linskey | 2013-12-31 | 3 | -2/+2 |
| | | | | |||||
| | * | | Add SQLite JDBC library. | Ben Linskey | 2014-02-02 | 1 | -0/+0 |
| | |/ | |||||
| * | | Modify .gitignore to include libraries in repo. | Ben Linskey | 2013-12-17 | 4 | -2/+285 |
| | | | |||||
| * | | Replace tabs with spaces. | Ben Linskey | 2013-12-17 | 5 | -536/+562 |
| |/ | | | | | This commit also adds a missing documentation comment for the GreekTextParser class. | ||||
| * | Transcode Beta Code in "note" elements.v1.0.2 | Ben Linskey | 2013-12-16 | 1 | -1/+2 |
| | | |||||
| * | Transcode entry key attribute value. | Ben Linskey | 2013-12-16 | 1 | -0/+13 |
| | | | | | | The value of the 'key' attribute of the 'entry' element, which is used to create the lexicon entry heading, is now converted from Beta Code to Greek. | ||||
| * | Fix bug in GreekTextParser class. | Ben Linskey | 2013-12-16 | 1 | -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.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. | ||||
| * | Update readme.v1.0 | Ben Linskey | 2013-12-16 | 1 | -11/+32 |
| | | |||||
| * | Add TransCoder license. | Ben Linskey | 2013-12-16 | 1 | -0/+165 |
| | | |||||
| * | 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 |
| | | |||||
| * | Update readme. | Ben Linskey | 2013-12-16 | 1 | -0/+14 |
| | | |||||
| * | Add interface and lexicon database creation code. | Ben Linskey | 2013-12-16 | 3 | -0/+462 |
| | | |||||
| * | Add basic project framework and resources. | Ben Linskey | 2013-12-16 | 9 | -0/+252588 |
| | | |||||
| * | Update readme. | Ben Linskey | 2013-12-15 | 1 | -3/+8 |
| | | |||||
| * | Update .gitignore to include .db files. | Ben Linskey | 2013-12-15 | 1 | -0/+1 |
| | | |||||
| * | Initial commit | Ben Linskey | 2013-12-15 | 3 | -0/+212 |