How would you construct language dictionary database?
Posted: 2008-07-19, 20:42
Hi,
I'm thinking of the technical side of language dictionary creation. Have you ever tried to create one or heard how those are structured in the database.
I guess simple dictionary needs to have the following:
- two-ways translation for a word
- reference to other words
- several meanings of the word basing on the context,
- several examples of usage of the word
- grammar informations (verb/noun, number, gender, countable or not)
- reference to the root noun/verb form
I'm interested how such thing can be put into the sql database
I'm thinking of the technical side of language dictionary creation. Have you ever tried to create one or heard how those are structured in the database.
I guess simple dictionary needs to have the following:
- two-ways translation for a word
- reference to other words
- several meanings of the word basing on the context,
- several examples of usage of the word
- grammar informations (verb/noun, number, gender, countable or not)
- reference to the root noun/verb form
I'm interested how such thing can be put into the sql database