Author Topic: Wikipedia projects  (Read 8321 times)

gsgmx

  • Newbie
  • *
  • Posts: 32
    • View Profile
Wikipedia projects
« Reply #15 on: October 02, 2006, 09:42:14 am »
Quote
Most of the scripts for converting Wikipedia are in Perl, which however, I consider a write-only scripting language (no way to understands somebody's else code). Some people write quite complex conversion scripts in Python or XSLT. For simple conversion tasks, I prefer awk. Certainly there are a lot of choices, especially if you work under Linux.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Hi rafm,

do you think there might be an option to get a zbedic wikipedia by development by donation as described on the zbedic sourceforge bedic webpage [a href=\"http://bedic.sourceforge.net/fddd.html]http://bedic.sourceforge.net/fddd.html[/url]?  I would donate for that.  This way would be faster than me learning new scripting languages.  

thanks
george
« Last Edit: October 02, 2006, 09:58:41 am by gsgmx »
SL-C1000 with Cacko 1.23
DLlink CF WiFi
Socket CF Ethernet

rafm

  • Full Member
  • ***
  • Posts: 145
    • View Profile
Wikipedia projects
« Reply #16 on: October 02, 2006, 12:10:53 pm »
Quote
Hi rafm,

do you think there might be an option to get a zbedic wikipedia by development by donation as described on the zbedic sourceforge bedic webpage http://bedic.sourceforge.net/fddd.html?  I would donate for that.  This way would be faster than me learning new scripting languages. 

thanks
george
[div align=\"right\"][a href=\"index.php?act=findpost&pid=142844\"][{POST_SNAPBACK}][/a][/div]

Hi Georg,

I would really like to invest some time and prepare such scripts, but I am currently too busy to do this. This is why I do not extend the list of TODO items on the donation page.

Ideally I would like to see more people involved in the development of zbedic and its dictionaries around the SourceForge project. If anybody is willing to spend his time and use his skills to improve zbedic or to create dictionaries, I will gladly forward donation money to him.

Rafal
SL-C1000 w/ Cacko ROM 1.23

tovarish

  • Sr. Member
  • ****
  • Posts: 297
    • View Profile
Wikipedia projects
« Reply #17 on: October 05, 2006, 03:44:06 pm »
Hi

If you need people i am willing to convert wordnet 2.1 to zbedic since the old one is 1.6. I just need a sample dic file that can get me started. I tried the sample in bedic sources but it doesnt work when i converted it and loaded it in zbedic

tovarish

rafm

  • Full Member
  • ***
  • Posts: 145
    • View Profile
Wikipedia projects
« Reply #18 on: October 17, 2006, 10:36:55 am »
Quote
Hi

If you need people i am willing to convert wordnet 2.1 to zbedic since the old one is 1.6. I just need a sample dic file that can get me started. I tried the sample in bedic sources but it doesnt work when i converted it and loaded it in zbedic

tovarish
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Before you can open a dictionary in zbedic, you need to index and sort it with 'mkbedic' (or 'xerox') and then compress it with 'dictzip'. You will find sources for mkbedic and some documentation in [a href=\"http://sourceforge.net/project/showfiles.php?group_id=51673&package_id=56566]libbedic_version.tgz[/url]. dictzip should be available as a separate package on most Linux distros.

Compiling for Windows may be tricky. You will probably need cygwin for this.

Let me know if you have any problems.
SL-C1000 w/ Cacko ROM 1.23

tovarish

  • Sr. Member
  • ****
  • Posts: 297
    • View Profile
Wikipedia projects
« Reply #19 on: October 19, 2006, 03:44:06 pm »
i used a linux box to do this but i didnt think about dictzip. i have built libbedic and mkbedic from the sources in sourceforge. the trick is to figure out the format mkbedic accepts and convert wordnet to that format. that is where i am stuck. I cant figure out the format well.

tovarish

rafm

  • Full Member
  • ***
  • Posts: 145
    • View Profile
Wikipedia projects
« Reply #20 on: October 19, 2006, 04:13:43 pm »
Quote
i used a linux box to do this but i didnt think about dictzip. i have built libbedic and mkbedic from the sources in sourceforge. the trick is to figure out the format mkbedic accepts and convert wordnet to that format. that is where i am stuck. I cant figure out the format well.

tovarish
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

The bedic simplified format, which is accepted by mkbedic, is described in:
[a href=\"http://bedic.cvs.sourceforge.net/bedic/libbedic/doc/bedic-format.txt?view=log]http://bedic.cvs.sourceforge.net/bedic/lib...at.txt?view=log[/url]
and you can find a simple dictionary at:
http://bedic.cvs.sourceforge.net/bedic/lib...le.dic?view=log

(I have just noticed that the links from the bedic web page does not work - I have to fix them).

I hope this will solve your problem.
SL-C1000 w/ Cacko ROM 1.23