-
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.
Cleaned up improvements list and added some useful info to NOTES
- Loading branch information
Showing
2 changed files
with
10 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,7 @@ | ||
**Non-Program Improvements** | ||
- Create an Ubuntu PPA for the .deb files | ||
|
||
- upload packages to Debian project and to website. Sign packages with [email protected] gpg key (gpg currently defaults to old tkedwards key) | ||
|
||
**Bug Fix improvements** | ||
- Catch exceptions and print the data that was being processed at the time, e.g this happened while processing for Norwegian: | ||
File "/home/tim/devel/wiktionarytodict/wiktionarytodict.py", line 46, in process | ||
TextElement | ||
self.parseTranslations(content) | ||
File "/home/tim/devel/wiktionarytodict/wiktionarytodict.py", line 67, in parseTr | ||
anslations | ||
self.parseTranslationline(aline, currentMeaning) | ||
File "/home/tim/devel/wiktionarytodict/wiktionarytodict.py", line 75, in parseTr | ||
anslationline | ||
rawtranslation = aline.split(':')[2].lstrip() | ||
IndexError: list index out of range | ||
- upload packages to Debian project and to website. Sign packages with [email protected] gpg key | ||
|
||
**Improvements** | ||
- better formatting: | ||
* when going from a language that has noun genders such as Spanish back to English it should show the noun gender on its own line. Look at the dictionary format from trans-de-en e.g: | ||
Haus | ||
|
@@ -29,8 +15,6 @@ IndexError: list index out of range | |
(a place for recreation) | ||
parque (m) | ||
|
||
**New Features requiring Significant Change or Work** | ||
|
||
- deal with {{qualifier|someword}} properly | ||
|
||
- instead of just using wiktionary data bring in data from other dictionaries, e.g Freedict, or even other language Wiktionaries (e.g. fuse data from Spanish and English wiktionaries to make Eng<->Spa dictionary). See Quickdic Android app for an example | ||
|
@@ -44,5 +28,6 @@ Examples of sub-languages are Nynorsk and Bokmål as the two alternate writing s | |
|
||
- have wiktionarytodict create StartDict format files http://www.stardict.org/HowToCreateDictionary | ||
|
||
- implement a progress bar/display during creation, see python3-progressbar and https://stackoverflow.com/questions/1001871/showing-progress-of-pythons-xml-parser-when-loading-a-huge-file | ||
|
||
|