-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Translation normalisation, updated readme
Translations are now handled as follows: - The db model has been updated with Translation and TranslationSet classes. - TranslationSet accounts for groups of translations (those separated by - commas), and records particular word areas where found (matching a - '\s[A-Z]:' pattern) The dictionary_parser.py module has been updated with a - parse_translation method, which creates the Translation and TranslationSet - objects from the translation elements of the DICTLINE.GEN file in Words README.md has been updated with a bit more explanation of the three parts of the project (db, input parser, word parser)
- Loading branch information
Matthew Badger
authored and
Matthew Badger
committed
Sep 1, 2015
1 parent
0f71807
commit 0540c31
Showing
3 changed files
with
81 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters