# wordsearch **Repository Path**: weimingtom2000/wordsearch ## Basic Information - **Project Name**: wordsearch - **Description**: Imported from https://github.com/weimingtom/wordsearch.git - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-20 - **Last Updated**: 2021-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: dictionary ## README # wordsearch A simple dictionary search engine, using Java/JSP, mysql and mongo. Data is from EDICT (http://www.csse.monash.edu.au/~jwb/edict.html) Also use Lua (http://www.lua.org/) for data importing. ## THANKS TO Inspired by pyKanjiDict http://sourceforge.net/projects/pykanjidict/ ## NOTICE Only for jsp study (I'm just a JSP beginner). Mongodb searching need to modify the code. ## TOOLS and LIBRARIES * Import: see data/, mysql/ and mongo/ * MySQL & Mysql Java Driver: see http://www.mysql.com/ * MongoDB: see http://www.mongodb.org/ * MongoDB Java Driver: see https://github.com/mongodb/mongo-java-driver/downloads * Maven Build: see script/ * Eclipse project update & import: see script/eclipse.sh * Apache Tomcat 6 in Eclipse: see http://tomcat.apache.org/download-60.cgi ## Screenshot ![screenshot](/screenshot/screenshot_001.jpg)