APIs providing information about English words.
Dictionaries, whether paper or electronic, are all organized in the same way: an alphabetical list of "word entries". Each entry containing a pronunciation guide, etymology, numbered definitions, etc. That organization supports one use case: if you know how to spell a word, the dictionary will tell you everything it knows about that word.
This hasn't changed since Samuel Johnson published his dictionary in 1755. His design has lasted 262 years. It speaks very highly indeed of Dr. Johnson. But technology has advanced beyond the printing press: it is time to revisit what is possible.
With that same information in a well designed database, you can answer questions that would otherwise be impractical. For instance. you can find out whether we get more transitive or intransitive verbs from Icelandic. You could assemble a list of words that rhyme with "potato", have three syllables and are of Greek origin. All that information is in the dictionary, it's just not accessible.
We wanted a name that was clearly about words, but did not imply an alphabetical list of "word entries",
If you are writing a traditional definition lookup, you can pass us a word and we will return the information we know about that word.
If you are writing a thesaurus, you can call our API's to get a list of synonyms.
If you are writing a crossword puzzle generator, pass us the length of the word you are looking for and the letters that you already know. We will pass back a list of words that fit your criteria.
If you are doing research on the origins of words with a particular phoneme, pass the phoneme and we can tell you how many words containing that phoneme came from which origin language.
If you are writing a vocabulary training application for your children, we can provide a list of words with definitions and examples filtered by word frequency.
For poets: a rhyming dictionary.
Or, our favorite: what would Samuel Johnson have devised if VR were available 262 years ago? Whatever that is, WordSpace will support it.
You can contact us at WordSpaceOne@hotmail.com.
2017/06/17
Woo Hoo! A first pass on a database is loaded. I have to do a bunch of testing, but.... Now on the the next stage: designing the User Interface. I guess for an API I should say a Machine Interface. Oh, I can now say that we get more transitive verbs than intransitive verbs from Icelandic (29 to 19 with another 12 which can swing either way).
For kicks, I thought I would check whether we have more two syllable words or three sylable words. Here is the result:
syllables | occurs |
2 | 36214 |
3 | 32571 |
4 | 21757 |
1 | 20935 |
5 | 9657 |
6 | 2734 |
7 | 483 |
8 | 49 |
9 | 14 |
11 | 1 |
12 | 1 |