aboutsummaryrefslogtreecommitdiff
path: root/src/com/benlinskey/grdbc/LexiconParser.java
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Adds abstract class GreekTextParser.Ben Linskey2013-12-161-95/+5
| | | | | This change eliminates the duplication of code in the LexiconParser and SyntaxParser classes.
* Add grammar database creation code.Ben Linskey2013-12-161-1/+2
|
* Add interface and lexicon database creation code.Ben Linskey2013-12-161-0/+197