|
Pretty easy stuff. You need:
1. list of words and meanings
2. php scripts for:
adding to dictionary, looking up words from list, etc
(instead of "php scripts" you can use many other languages depending on platform - cgi(c++/perl), aspx, even, it seems, just xml and xsl)
It is probably much easier to find ready-made free software for doing this thing. But the work for making it yourself is little and pays off when you want to develop it further.
I started reading about XML yesterday and it's possible that some people would find it easier to do the whole thing as an XML project.
What language is the dictionary for anyway?
|