| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Lexicon entries are now properly alphabetized in the database, so a word's ID
column corresponds to its alphabetical position.
|
| |
|
|
|
| |
This commit adds the greekLowercase column to the lexicon index. This will
hopefully speed up search queries a bit.
|
| |\
| |
| |
| |
| |
| | |
Conflicts:
src/com/benlinskey/grdbc/LexiconCreator.java
src/com/benlinskey/grdbc/SyntaxCreator.java
|
| | | |
|
| |/
|
|
|
| |
This commit also adds a missing documentation comment for the GreekTextParser
class.
|
| |
|
|
|
| |
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.
|
| |
|