| 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.
|
| | |
|
| |
|
|
|
| |
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.
|
| |
|
|
|
| |
The program now properly sets transcoded Greek text as an element's content
rather than a lang attribute value.
|
| |
|
|
|
| |
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.
|
| |
|
|
|
| |
This change eliminates the duplication of code in the LexiconParser and
SyntaxParser classes.
|
| | |
|
| |
|