"Why?" you might ask.
So that we can perform studies on the various properties of language
as they relate to its day-to-day use. For instance, it may turn out
that words with primarily unvoiced consonants are more or less likely
to have certain connotations than other words.
Suppose we wanted to search for random entries whose consonants were
unvoiced and whose syllables were two or more. We would type something
like:
auc and (syl > 1)
To find words containing sequences of letters (like 'ph'), we would
type something like
has("ph")
We could combine these search criteria even further:
has("sh") and ((uc > 3) or (syl = 2))
Such a feature in an online dictionary would expand our capacity to
understand the linguistic relationships that arise from interactions
between human beings. It would not be hard to program, either.
What do you think of my idea?
If I wanted to begin a database containing the spelling and
pronunciation of all words in a dictionary, how would I legally do
this?
Maria Conlon - 16 May 2009 01:53 GMT
Scott H wrote (in a post with the Subect line of "Re: We need an online
dictionary that allows us to search random entries by specific lexical
and phonetic properties"):
> "Why?" you might ask.
>
[quoted text clipped - 27 lines]
> pronunciation of all words in a dictionary, how would I legally do
> this?
I don't know, but if you write the program (and it works), you may drum
up the interest of an established dictionary publisher (especially an
online dictionary).
I also don't know:
1. Whether or not someone else has already had the same idea
or
2. Whether or not there's any serious need for such a program

Signature
Maria Conlon