Hello everyone!
if someone knows any source code (PHP or whatever) for creating an online dictionary, I would appreciate a lot if he would share it with me.
But this is Database Design section right? :D so,
I want to create an online dictionary service, and lets say I have two files, one for the words in a specific language and the other file for the other language that will be translated. The Files are sorted in the same way (so the line number corresponds to its translation)
lets say
table1 table2
1. America 1.Amerika
2. Whatever 2. (the translation of whatever)
etc etc
you got the idea, but my question is, what about the synonyms, I mean should I create another table? because a word may have many synonyms and they should appear on the translation right?
can anyone help me saying sth about the way the "modern" dictionaries work?
thnx in advance