| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Adds abstract class GreekTextParser. | Ben Linskey | 2013-12-16 | 1 | -0/+131 |
| This change eliminates the duplication of code in the LexiconParser and SyntaxParser classes. | |||||