[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: [ANN] XML Limerick Competition


mapa limerick
Just take the words and their pronunciations, which presumably are already
syllabified and marked with stresses.  Would need to handle morphological
transformations for common prefixes and suffixes.

So you would map a 'word' in the limerick to its dictionary entry,
producing,
<word>limerick
    <syllables>
           <syllable stress="primary">lih</syllable>
           <syllable>muh</syllable>
           <syllable>rihk</syllable>
    </syllables>
</word>

I made up my own pronunciation notation here for illustration. The one in
the OED would certainly be better.

So the limerick would be <lines> containing <line>s each containing <word>s.
By constructing the strings of syllables representing a line using XPath and
comparing the last several from the lines that are supposed to rhyme, you'd
be able to evaluate to some crude approximation the rhymes as well as the
metric compliance.  You'd probably want to have some kind of predicate which
determines, using regular expression matching.whether two sequences of
syllables rhyme, based on some standard rules of rhyming.  Then you could
add some near-rhyme heuristics.  The pronunciation notation will give a much
easier matching set for determining rhymes.

Jeff

----- Original Message -----
From: "Jeff Rafter" <jeffrafter@d...>
To: "Mike Champion" <mc@x...>
Cc: <xml-dev@l...>
Sent: Friday, January 11, 2002 12:35 PM
Subject: Re:  [ANN] XML Limerick Competition


> > Kick me out of the fraternity if you want, but I can
> > imagine doing this input, validation, display job
> > MUCH easier with procedural code than XML ....Can
> > somebody restore my faith (which I almost had, for a
> > minute there) in strongly typed XML and declarative
> > processing?
>
> Well, the OED is in SGML since 1998 (is there an XML subset yet?)-- with
> that we could use Simon's Regular Fragmentations to pull the words apart
at
> the spaces. Then it is a matter of XPath lookups to find the matching OED
> entries. Assuming that we have broken down those OED entries into their
> syllabic parts (which is already done in the SGML) we will have a place to
> go. We can determine stressed and unstressed syllables.



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.