Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

2
Become a Fan
7.0

Available as/for:
Description:
GoldenDict is a feature-rich dictionary lookup program supporting multiple dictionary formats, featuring perfect article rendering with the complete markup, illustrations, and other content retained, and allowing you to type in words without any accents, correct case, punctuation or spaces.
Last changelog:

1.0 - Changelog:

* Support for Forvo online pronunciations added.
* Support for Phonon for audio file playback (DirectShow under Windows). This allows playing most audio files (.mp3 etc).
* History of search queries added.
* Dictionary bar added, allowing to disable individual dictionaries in the currently selected group.
* Multi-word queries are now splitted into individual words and presented as links, and all compound expressions (expressions consisting of two or more words) within the query are found and displayed.
* Morphological analysis is now applied to compound expressions as well (e.g. "dozing off" -> "doze off")
* It is now possible to assign keyboard shortcuts to the groups for fast switching now.
* It is now possible to use any file as a group icon.
* Content not originating from the site the user browses can now be blocked (hides ads).
* Internal links in websites are now followed in-place.
* Audio files from websites are now played.
* Drop-down list of open tabs added.
* Clicking a link with middle mouse button now opens it in a new tab.
* Double-clicking words in an article translates them right away (hold Ctrl to open in new tabs).
* Typing while focused on the word list initiates new search now.
* Zooming fonts in word list and translate line is now possible.
* Simply moving the mouse away from the scan popup window hides it.
* Toggling main window gives focus to the translation line.
* Zip files are now indexed, conserving memory and startup times considerably.
* Better support for RTL languages.
* Improvements in BGL and DSL support.
* Support for portable version mode (just create the portable/ directory to enable it).
* Checking for the running instance is now always done correctly.
* Lots and lots of smaller improvements, speedups and bugfixes.

0.9 - Changelog:

* Ability to use arbitrary websites as dictionaries added. A special keyword in its URL is replaced by the queried word.
* Ability to change dictionary order and deactivate selected dictionaries added.
* Support for transliterations added. Russian, German and Japanese Hepburn Romaji transliterations are now present.
* Switchable display styles implemented. In addition to the default style, there is now a white 'Lingvo' style.
* Finding text in the currently displayed article is now possible (Ctrl+F).
* Zooming buttons added.
* Support for printing added.
* Ability to save current article to html file added.
* Typing any text key while in the definition window conveniently starts a new query.
* Pasting to the definition window defines word from the clipboard.
* There's a notion of a currently active article now, which influences sound playback and focus for word links.
* Articles can now be navigated to via Alt+Up/Alt+Down.
* Groups dialog has got a "remove all groups" button.
* Support for morphology inflections for MediaWiki searches added.
* Babylon files icons are now supported.
* A lot of improvements in Dsl file format support and rendering were made, resulting in better compatibility and closer article rendering.
* UTF8 is now supported for Dsl files when files begin with UTF8 BOM.
* More icons were added here and there in the interface.
* Ctrl-Enter hotkey defined the entered word in a new tab.
* Dictionary files can now be quickly rescanned from the File menu.
* Looking up words from clipboard is now done via Ctrl+C+C by default, instead of Ctrl+Ins+Ins.
* Several other new shortcuts were added (Alt+S to play sound, Alt+M to show matches, Alt+G to change group, Alt+Left/Right to go back/forward etc).
* Dsl files are now initialized in background, resulting in faster startup times.
* When searching for dictionaries, directories ending with .dsl.files/ or .dsl.dz.files/ are not recursed into now.
* Zipped dsl resources having more than 65535 files are now handled properly.
* Lookups in zipped dsl resources are now case-insensitive.
* Several problems with transcriptions in .dsl dictionaries were fixed.
* Icons now properly display for uncompressed .dsl files.
* Problems with handling audio links when there are no groups resolved.
* Several rendering problems in Babylon files were fixed.
* Hebrew (CP1255) Babylon files now properly contain all letters in sentences.
* All headwords beginning with slash are now dropped for Babylon files.
* 'make install' under Linux should now work better.
* Other smaller fixes and enhancements.

0.8 - Changelog:

* The program has got a Hunspell-based morphology system. Any regular Myspell/Hunspell spellchecking dictionaries can now be used for word stemming during searches in order to yield better matches. They are also used to provide spelling suggestions for mistyped words.
* Support for Sound Dirs (arbitrary directories full of audio files) added. This allows using StarDict's WyabdcRealPeopleTTS or any other arbitrary audio collections.
* Support for dictd dictionary files (.index/.dict(.dz)) was added.
* Folding algoritms now incorporate punctuation and whitespace folding. This greatly helps finding words prefixed with dashes or quotes, phrases consisting of differently joined or misjoined words, and also generally allows not using any punctuation or spaces at all while typing in inquiries.
* When headwords contain multiple words, each of them is indexed now. This, together with the punctuation and whitespace folding, and a new rank-based sorting algorithm gives a completely different feeling when typing in inquiries. It's now possible to see not only direct matches, but also different phrases involving the word, different word combinations which are close to the inquiry, and so on.
* All dictionary requests are now processed asyncronously, and on SMP systems in parallel. This gives smoother UI and faster load times at the same time.
* When no matches are found, the program now suggests close words.
* Support for global hotkeys was added. It's now possible to show or hide the main window using a hotkey, and translate a word from clipboard. The default keys for that are Ctrl+F11+F11 and Ctrl+Ins+Ins, respectively.
* The search pane is now fully dockable. It can now be resized, placed at different places of the main window, detached to a separate window, or be hidden at all.
* A dedicated 'Pronounce word' button was added. Clicking it would play the first audio reference in the article. It is also possible to configure the program to do that automatically.
* There's now a 'Table of contents' for the current article which allows quickly navigating to definitions from the different dictionaries. It's available in the right-mouse button context menu.
* Dictionaries have icons now, based on their types (patch by Ars). Dsl dictionaries use their individual icons if those are available.
* Options to open tabs in background and open tabs after the current one added.
* There's now an option to allow pressing scan popup modifiers shortly after the selection was made, lifting the requirement to hold them during the whole word selection proceess.
* A delay before hiding the window after the mouse had left the scan popup introduced, allowing the mouse to come back shortly.
* Proxy server configuration is now supported.
* Main window's state and geometry are now preserved across restarts.
* Russian translation was added (thanks to Andrey Cherepanov, ALT Linux)
* Pressing Esc now focuses the translation line.
* Shortcuts to add a tab, close a tab, switch to next tab, switch to previous tab added (those are Ctrl-T, Ctrl-W, Ctrl-PageDn, Ctrl-PageUp).
* Toggling main window visibility is now done via single clicks on the tray icon instead of double clicks.
* If the main window is obscured by other windows, it is now brought to front instead of being hidden when its visibility is toggled.
* It's not possible now to run two copies of the program simultaneously (patch by Ars)
* The program can now automatically check if a newer version is available for download.
* It is now possible to specify which program to use for audio file playback under Linux.
* The program now starts slightly faster.
* An option to start the program automatically with the login session added (KDE and Windows only) (patch by Ars).
* Proper UTF16 with surrogate pairs is now supported in .dsl files.
* Problems with 64-bit systems were resolved.
* Copying to clipboard now works.
* StarDict preformatted articles now properly wrap.
* Article and word counts are now saved for .dsl files.
* The .dsl abbreviation files are no longer ever considered as separate dictionaries now.
* Any dsl tags inside the abbreviation files are now properly removed.
* When navigating back and forward, scroll positions (the offsets from the top of articles) are now preserved.
* Other smaller fixes and enhancements.

0.7 - Changelog:

* Wikipedia, Wiktionary, or any other MediaWiki sites are now supported to perform lookups in.
* Paths to search for the dictionary files can now be recursive.
* Ability to move .dsl resources into a subdirectory, or pack into a .zip archive.
* Groups won't be losing dictionaries anymore when dictionary files are moved around the directories.
* Other improvements and fixes.

0.5 - Initial binary and source release.


Ratings & Comments

16 Comments

rileyrg

9 9 excellent, Very good indeed, Cant figure out how to get it to trans the text in my desktop app selected region though. Possible?

nucleas

Hi, Could you you please make button for clearing input field as in arora browser? http://lh4.ggpht.com/_g_3jioX2SA4/SJnW7_T3jII/AAAAAAAAARU/duAkWVPwBKw/s800/desktop_kde4.png

maarizwan

hi, I've converted Hindi-Hindi wordnet (GNU FDL) to DSL format. Please include this dictionary in your website. Hindi to Hindi Dictionary and Thesaurus version 1.20: http://www.mediafire.com/?0xlymmov5ge Here's the website which proves that it is opensource and free: http://www.cfilt.iitb.ac.in/wordnet/webhwn/ The Hindi WordNet API is released under GNU GPL 3.0 and the lexicon under GNU FDL

maarizwan

Hi, Please support "Google Dictionary" in GoldenDict: http://www.google.com/dictionary?aq=f&langpair=en|te&q=try&hl=en http://img196.imageshack.us/img196/4585/googledictionary.png

maarizwan

could you please take the good qualities from the software "lingoes" http://www.lingoes.net/ Its interface seems nicer, The fonts and colors adds to lingoes' visual clarity. http://www.lingoes.net/images/demo_main.png Can we have "colored" (html tagged/coded, bold, italics, color, etc.) in goldendict? How can we achieve that? is there any sdictionary file editor, like pyglossary? thanks.

maarizwan

Could you please allow an option to set individual font for each language and a general font for all languages. Say Arial Unicode for all. And nafees.ttf for urdu language?

maarizwan

Here are the English to Hindi and English to Urdu dictionaries for Babylon (works with goldendict) 1. English-Hindi-Dictionary-ver-1.02.bgl 2. english-urdu-roman-riz.bgl 3. English_Urdu.BGL 4. English_Urdu_dictionary.BGL http://www.mediafire.com/?sharekey=789142379841652ed956df2962098fcbd4db672cbc4a51add9ecd7d091ba63d2

tsujan

This is a useful tool indeed. I use it for searching in Wikipedia. Thanks.

dovidhalevi

I downloaded the binary. (I wonder what would happen if I were to symlink my qt-so's to the ones supplied? Dare I?) 1. I placed paths to places where dictionaries should be /usr/share/dict, /usr/share/dictionaries-common, etc. The program finds none. 2. The HTML-based online dictionaries such as those at answers.com, google-translators, etc. How or can I integrate them. Answers.com would be a desired hit. 3. Babylon dictionaries. How to install them?

ikm

> I placed paths to places where dictionaries should be /usr/share/dict, /usr/share/dictionaries-common, etc. The program finds none. Those are spellchecker dictionaries. You need either StarDict, Babylon or Lingvo dictionaries. Some stardict dictionaries should be available in distributions (e.g.stardict-xmlittre). Others are available on the net in a multitude of places. > The HTML-based online dictionaries such as those at answers.com, google-translators, etc. How or can I integrate them. At the moment this isn't supported. The easiest to support are probably wikipedias. This might probably happen in future. > 3. Babylon dictionaries. How to install them? Just download .bgl files from http://www.babylon.com/gloss/ to some directory, and then put that directory to the list of sources.

dovidhalevi

Babylon's site wants you to buy the program first, for which I have no need. Answers.com is easy to call up and presents HTML very much like your screenshots. Also offers translation. HTML driven translation is available through google and yahoo, I believe. I will try to get some stardict items. I believe that the online services should be a priority because your UI is very well suited for this!

ikm

You don't have to buy the program to download Babylon dictionaries. Though it's up to you of course. As for online services -- yes sure, but they were already available before, and supporting them would just add a bit of comfort querying them. The itch for GoldenDict was instead lack of any decent way to see .bgl and other offline dictionary content. Anyway adding online services would require some program rework (cause of network latency and availability problems), so that isn't going to happen anytime soon.

ikm

On the other hand, I've changed my mind. Version 0.7 now has Wikipedia support.

dovidhalevi

This is (or will be when I install qt4.5--I cannot advise folks to keep multiple qt versions around because this can cause problems with kde and other stuff). Since it is html based, it can (hopefully your interface lets me) include stuff like answers.com, etc. Feature if not already there: CLI (or dbus) interface so I can write a plasmoid (maybe dataengine)--drag and drop to icon, bring up view. Eagerly awaiting qt4.5 (supposed to be much faster too!).

ikm

You can install qt-4.5 into its own separate directory (actually, this is its default installation option when compiling from source), and then point your PATH and LD_LIBRARY_PATH there in your shell session to work with it.

dovidhalevi

If I were to also compile kde4.2 with this, I would, but I do want to do so but use the Debian packages. My experience is that an error over differing versions of QT (within the same version!! as well) will occur.

Pling
0 Affiliates
Details
license
version 1.0
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 2

Other Education Apps:

Fresh Memory
zavulon5
last update date: 10 years ago

Score 5.8

Programa PTC
confenalfam
last update date: 13 years ago

Score 4.0

gmbCrossword
mikaelu
last update date: 19 years ago

Score 5.0

Klassroom
bornio
last update date: 21 years ago

Score 5.0

ksociograma
edith
last update date: 16 years ago

Score 5.0

Fresh Memory Lite
zavulon6
last update date: 9 years ago

Score 5.0



System Tags