aboutsummaryrefslogtreecommitdiff
path: root/src/com/benlinskey
Commit message (Collapse)AuthorAgeFilesLines
* Alphabetize lexicon entries.Ben Linskey2014-02-031-19/+99
| | | | | Lexicon entries are now properly alphabetized in the database, so a word's ID column corresponds to its alphabetical position.
* Update lexicon indexBen Linskey2014-02-021-1/+2
| | | | | This commit adds the greekLowercase column to the lexicon index. This will hopefully speed up search queries a bit.
* Finish merge.Ben Linskey2014-02-021-186/+22
|
* Merge branch 'master' into devBen Linskey2014-02-022-1/+184
|\ | | | | | | | | | | Conflicts: src/com/benlinskey/grdbc/LexiconCreator.java src/com/benlinskey/grdbc/SyntaxCreator.java
| * Add Sources Cited to syntax databasev1.1.0Ben Linskey2014-01-071-2/+20
| |
| * Change "_ID" column name to "_id."Ben Linskey2013-12-312-2/+2
| |
* | Replace tabs with spaces.Ben Linskey2013-12-175-536/+562
|/ | | | | This commit also adds a missing documentation comment for the GreekTextParser class.
* Transcode Beta Code in "note" elements.v1.0.2Ben Linskey2013-12-161-1/+2
|
* Transcode entry key attribute value.Ben Linskey2013-12-161-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 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