tag:blogger.com,1999:blog-7524070757190365248.post6038877198951890322..comments2008-12-06T05:27:55.766-08:00Comments on Shevin: How to implement the Babylon dictionaries in Ubunt...Medya Ghazizadehnoreply@blogger.comBlogger30125tag:blogger.com,1999:blog-7524070757190365248.post-87494227652876747372008-12-06T05:27:00.000-08:002008-12-06T05:27:00.000-08:002008-12-06T05:27:00.000-08:00I used your guide in one on my computers and it wo...I used your guide in one on my computers and it worked perfectly, nevertheless in another one i did the same thing but stardict cant see the dictionaries, i mean they are in /usr/share/stardict/dics but when i open stardict and go to manage dictionaries they are not there... what can i do?<BR/><BR/>my email is t4ggs@yahoo.com<BR/><BR/>thank u.ytaggshttp://www.blogger.com/profile/12994373616304629644noreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-20812436277378521612008-12-05T22:58:00.000-08:002008-12-05T22:58:00.000-08:002008-12-05T22:58:00.000-08:00thank you.thank you.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-85709771231784018382008-11-25T05:11:00.000-08:002008-11-25T05:11:00.000-08:002008-11-25T05:11:00.000-08:00you are great !how can I install Farsi font for th...you are great !<BR/><BR/>how can I install Farsi font for the dictionary?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-6407924906184111682008-11-02T08:39:00.000-08:002008-11-02T08:39:00.000-08:002008-11-02T08:39:00.000-08:00Thanks for the help...great tutorial.Thanks for the help...great tutorial.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-51445891740719799982008-08-18T10:33:00.000-07:002008-08-18T10:33:00.000-07:002008-08-18T10:33:00.000-07:00Thank you very much for your help!:-)Thank you very much for your help!<BR/>:-)Grissinohttp://www.blogger.com/profile/05346310449607435110noreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-9741605191918762752008-07-16T14:27:00.000-07:002008-07-16T14:27:00.000-07:002008-07-16T14:27:00.000-07:00Hey, man. Thank you for posting your help. It aid ...Hey, man. Thank you for posting your help. It aid me.<BR/><BR/>Thanks,<BR/>Marcio Wesley Borges<BR/>http://www.marciowb.net/blogMarcio Wesley Borgeshttp://www.blogger.com/profile/03981592466934695825noreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-36281357177794707892008-05-21T23:21:00.000-07:002008-05-21T23:21:00.000-07:002008-05-21T23:21:00.000-07:00Hmmm probably obvious to others but make sure you ...Hmmm probably obvious to others but make sure you use the correct directory names in your native language. Desktop = Skrivbord in Swedish ahhh.tuttidoghttp://www.blogger.com/profile/12756852631572131316noreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-90559397698026203822008-02-13T00:18:00.000-08:002008-02-13T00:18:00.000-08:002008-02-13T00:18:00.000-08:00Have you tried to convert "hfarsi advanced"?It giv...Have you tried to convert "hfarsi advanced"?<BR/>It gives me the error: "Error opening hfarsi.bgl"<BR/>Hfarsi is a really great English to Farsi dictionry and It would be so nice to have it also in stardic.<BR/>If you could convert it, please let me know.<BR/>Thanks, Ahmad.Ahmadhttp://www.blogger.com/profile/05289207109963982707noreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-57751579268890122592008-02-06T07:15:00.000-08:002008-02-06T07:15:00.000-08:002008-02-06T07:15:00.000-08:00For those who dont want to wait, here some small i...For those who dont want to wait, here some small instructions:<BR/><BR/>1) wget http://mattneri.altervista.org/files/dictconv-0.2.1.tar.gz<BR/>(there are some other bugs fixed in that file, dunno if they influence the outcome)<BR/>2) unzip file<BR/>3) gedit src/babylonreader.cpp<BR/>4) after <I>while( entry.headword != "" )<BR/> {</I>(line 52) insert<BR/><I><BR/> int pos = entry.headword.find_first_of('$');<BR/> if (pos > 0)<BR/> {<BR/> entry.headword = entry.headword.substr(0,pos);<BR/> }<BR/> </I><BR/>5) done! <I>./configure && make && sudo make install</I>florianektschn.wordpress.comnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-72260743361353599532008-02-06T07:04:00.000-08:002008-02-06T07:04:00.000-08:002008-02-06T07:04:00.000-08:00I fixed the bug with the dollar sign words, and th...I fixed the bug with the dollar sign words, and the problem that it does not recognize some simple words. <BR/><BR/>If you want to have that version, please write me to my gmail-accout, username is florian.bw.<BR/><BR/>I will try to contact the dictconv author and put it online somewhere when I have time.<BR/><BR/>Bast, Florianfloriannoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-20543065141329055792007-12-30T08:25:00.000-08:002007-12-30T08:25:00.000-08:002007-12-30T08:25:00.000-08:00There is an easy (not so elegant) way to tackle th...There is an easy (not so elegant) way to tackle the word$12345$ problem. Just convert as usual the .bgl dictionary to plain text .dic. Open it in Open Office Writer, in “find and replace” dialog, check “Regular expression” and use \$[:digit:]*\$ for replacing all the occurrences of $12345$. <BR/>Save and use the stardict-editor tool for building stardict dictionary from plain text file (“tab file” in stardict terminology). stardict-editor comes with stardict-tools package.<BR/>Next, dictzip the .dict file and move to stardict share directory as usuall.<BR/><BR/>HTH.RedBluenoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-45724134271349120022007-12-12T15:33:00.000-08:002007-12-12T15:33:00.000-08:002007-12-12T15:33:00.000-08:00Hi, I have installed English Hebrew babylon dictio...Hi, I have installed English Hebrew babylon dictionary but for some reason I'm getting jybrish instead of Hebrew, what can I do?eliochanoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-88257288092347948842007-12-05T10:39:00.000-08:002007-12-05T10:39:00.000-08:002007-12-05T10:39:00.000-08:00You are the guy, I've looked many years a software...You are the guy, I've looked many years a software to convert .bgl to other format, like stardict. Thank you very much!<BR/>I had the same problem with word$94944$ and I think that it could easily fixed, maybe. I think the problem is in the .idx files. I still didn't look the source code but I imagine that when you are generating the .idx you could check the 'word$448484$' patern and fix it to 'word'.<BR/>Thank you again! ;-)Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-5770670783351087232007-11-20T12:56:00.000-08:002007-11-20T12:56:00.000-08:002007-11-20T12:56:00.000-08:00hey there, very clear, but i only want to install ...hey there, very clear, but i only want to install arabic and portuguese dictionaries for example, on a patched version of babylon.so, what do i do, i go on the babylon site and install them, ok, but when i return to the software, the .bgl's don`t quite work, actually don`t work at all.<BR/>please, i really need this program, HEEELP me please.<BR/>thankskeinomenoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-78203597479582835862007-09-28T10:46:00.000-07:002007-09-28T10:46:00.000-07:002007-09-28T10:46:00.000-07:00very nice guide.I was wondering whether you found ...very nice guide.<BR/><BR/>I was wondering whether you found it possible to bind a keyboard shortcut to translate selected text (as in babylon)?Tmantikohttp://www.blogger.com/profile/11930688106942857886noreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-21955197367939419452007-09-14T13:53:00.000-07:002007-09-14T13:53:00.000-07:002007-09-14T13:53:00.000-07:00Hi Shevin!I tried to do as you said but at last st...Hi Shevin!<BR/>I tried to do as you said but at last step when I try convert dictionary from .BLG to .ifo I get the next error message : Segmentation fault (core dumped)<BR/><BR/>Do you have any suggestion what reason for this ?W_Sharkhttp://w-shark.livejournal.com/noreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-55227292062979639162007-08-27T16:11:00.000-07:002007-08-27T16:11:00.000-07:002007-08-27T16:11:00.000-07:00What a guide, nice work, man.Thanks a lot :)What a guide, nice work, man.<BR/>Thanks a lot :)nqsonk9noreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-85785486053710347692007-08-23T15:11:00.000-07:002007-08-23T15:11:00.000-07:002007-08-23T15:11:00.000-07:00Salaam doctor..I've installed the dictionary as we...Salaam doctor..<BR/><BR/>I've installed the dictionary as well as some packages form the babylon website.<BR/><BR/>The problem is stardict does not translate anything.. it just lists all available words and thats it...<BR/><BR/>any idea?<BR/><BR/>did I miss anything?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-91361342230170014232007-08-09T13:28:00.000-07:002007-08-09T13:28:00.000-07:002007-08-09T13:28:00.000-07:00Ian, I had to install an incredible amount of soft...Ian, I had to install an incredible amount of software to succeed. Install fortran, and in particularly do not forget xml2 DEV (devel packages).Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-36536702655442943992007-07-19T01:38:00.000-07:002007-07-19T01:38:00.000-07:002007-07-19T01:38:00.000-07:00Special tx for ur guide :)Special tx for ur guide :)Xenithnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-62924379282033727882007-06-20T23:18:00.000-07:002007-06-20T23:18:00.000-07:002007-06-20T23:18:00.000-07:00Nice guide! Unfortunately, I have the same problem...Nice guide! Unfortunately, I have the same problem as cj when using Babylon-English-English.BGL dictionary.<BR/><BR/>Hope dictconv gets better in the near future.<BR/><BR/>CassielAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-16903979321072840802007-06-11T02:53:00.000-07:002007-06-11T02:53:00.000-07:002007-06-11T02:53:00.000-07:00Hi Shevin, tnx a lot for your guide.Hi Jan.Synapte...Hi Shevin, tnx a lot for your guide.<BR/><BR/>Hi Jan.<BR/><BR/>Synaptec Package Manager, and search g++, and install it, after that try it pls. i hope that the error will disappear. good luck<BR/><BR/>my email is muugii_gal@yahoo.comAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-83022511875579858862007-05-27T13:42:00.000-07:002007-05-27T13:42:00.000-07:002007-05-27T13:42:00.000-07:00My email is jan.ekbom@gmail.comMy email is jan.ekbom@gmail.comJanwww.glocaltainment.comnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-87763229229991928572007-05-27T13:41:00.000-07:002007-05-27T13:41:00.000-07:002007-05-27T13:41:00.000-07:00How to install c++, cc, cxx and so on? I can't fi...How to install c++, cc, cxx and so on? I can't find the proper packages in Synaptic. Please write that down and give the broader picture to the none-programmer Ubuntu user.<BR/><BR/>checking for a BSD-compatible install... /usr/bin/install -c<BR/>checking whether build environment is sane... yes<BR/>checking for gawk... no<BR/>checking for mawk... mawk<BR/>checking whether make sets $(MAKE)... yes<BR/>checking for g++... no<BR/>checking for c++... no<BR/>checking for gpp... no<BR/>checking for aCC... no<BR/>checking for CC... no<BR/>checking for cxx... no<BR/>checking for cc++... no<BR/>checking for cl... no<BR/>checking for FCC... no<BR/>checking for KCC... no<BR/>checking for RCC... no<BR/>checking for xlC_r... no<BR/>checking for xlC... no<BR/>checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables<BR/>See `config.log' for more details.Janwww.glocaltainment.comnoreply@blogger.comtag:blogger.com,1999:blog-7524070757190365248.post-10312145096441535062007-05-11T18:17:00.000-07:002007-05-11T18:17:00.000-07:002007-05-11T18:17:00.000-07:00Tried restarting and that - doesn't help unfortuna...Tried restarting and that - doesn't help unfortunately.<BR/>I'll look and see if I can see if the word$13123$ problem stems from some weird characters still being in the dictionaries perhaps.<BR/>I'll let you (or your blog at least) know if I find anything :)<BR/><BR/>Thankscjhttp://censur.nunoreply@blogger.com