That's right
The title is: An English Chinese Dictionary application.
Involves integrating the WordNet and Cedict databases.
WordNet is a basic relational database of words. Each word has an id, words with the same id are synonymous. Have defined a class which holds synset (group of synonyms) and then it's other relations from the synset id.
Cedict is the chinese stuff, basically it has english equivalents.
When a user inputs a word, i have an algorithm which removes ambiguous words and searches for a best match in Cedict. One with the highest value is paired with the synset object.
Using a mysql database to retrieve the data, hashmaps for local storage and a dynamic tree to display the structure of the resulting database.
Project itself was quite interesting, not enjoying the write up tho.
Posted By: Steve on April 9th 2008 at 16:49:10
Message Thread
- Current users falling asleep through final year project induced boredom... (General Chat) - Steve, Apr 9, 16:32:32
- You do CompSci don't you? (General Chat) - Brom, Apr 9, 16:36:57
- That's right (General Chat) - Steve, Apr 9, 16:49:10
- One's words and the other pictures (n/m) (General Chat) - pants, Apr 9, 16:52:01
- The chinese is yea, (General Chat) - Steve, Apr 9, 16:55:04
- I found the write up difficult (n/m) (General Chat) - Brom, Apr 9, 16:51:37
- I struggled with the write-up of my final year computer science project too. (General Chat) - Arizona Bay, Apr 9, 17:00:27
- what was your project? (n/m) (General Chat) - Steve, Apr 9, 17:23:22
- lol (n/m) (General Chat) - pants, Apr 9, 16:52:33
- I struggled with the write-up of my final year computer science project too. (General Chat) - Arizona Bay, Apr 9, 17:00:27
- One's words and the other pictures (n/m) (General Chat) - pants, Apr 9, 16:52:01
- That's right (General Chat) - Steve, Apr 9, 16:49:10
- You do CompSci don't you? (General Chat) - Brom, Apr 9, 16:36:57
Reply to Message
In order to add a post to the WotB Message Board you must be a registered WotB user.
If you are not yet registered then please visit the registration page. You should ensure that their browser is setup to accept cookies.