I agree with the idea that it would be better to have a different structure, such as Dave :: Library :: Fiction or somesuch. That's much more portable across languages - and unless you're quite sure that the Russian, Norwegian and French translators did a perfect job then the site owner may well be interested in rethinking his/her posessives.

If you absolutely positively have to keep Willem's Library and so on, you might want to store the posessive form in your database and only change it when the name changes. My guess is that you'll have a monster bit of code - if a very wise monk steps forth maybe a monster regexp - and you may not want to run it too often.

I'm not an expert in these things but you might also want to look into lexemes/morphemes, though I honestly have no idea how applicable they are to proper names.

Good luck! It's an interesting challenge, and I hope you're being paid by the hour :-)


In reply to Re^3: Possessive forms in Dutch. by frostman
in thread Possessive forms in Dutch. by BioGeek

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.