Thanks for your suggestions.

I've read up a bit on WordNet and the links you've suggested. However, all this seems a bit over my head considering the scope of this project. I only want a simple word to translation mapper, optionally with some extra information displayed about the suggested words. WordNet in this case means too much extra complexity. There are other people that are better suited to build a Swedish WordNet – linguists, for example – and in fact, there already is a project working towards this end. (On top of that, even though they are developing it, the Swedish WordNet doesn't seem to be released anyhwere, much less using a free license.)

Natural Language Toolkit has essentially the same flaw – too much complexity. It seems more aimed at language researchers than petty programmers looking to build a dictionary.

From what I could see, VisDic was proprietary software and didn't even have any source code around to read. It also seemed to be developed by people with everything but freedom on their mind – the softwares successor was available only after accepting a particularly nasty license. To me, this is a sign I should steer clear.

As for Test::XT, thanks. The boilerplate tests I set up was configured in the suggested way, but it's always nice to automate away these things.


In reply to Re^2: Looking for suggestions for writing a module to look up translations in a 9 MB XML dictionary by skangas
in thread Looking for suggestions for writing a module to look up translations in a 9 MB XML dictionary by skangas

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.