-
Data package
-
Data crawling
This is crawling data module, which searchs related link and extract data
-
Database
This is database: include database interface and Json implementation of database interface
-
Entity
This is module to modelize the object in database into Java class
-
-
Service package
-
Search
This is a module which provides search service
-
For better understand the module, see the UML model in Specification directory
Current work: Only tested on Historical character from wikipedia website. Working on search service
-
Work done:
-
searching and extract Vietnamese Historical characters from wikipedia websites
-
The attributes of Historical character is declared at file
-
The data extracted is stored in Data directory
-
Creating database interface, the design is database interface
-
provide search service service module, design was stored in Specification directory.
-
-
All classes are stored in Class directory, to run or use any class, it's neccessary to include the below path in
-classpathoption:- Class directory: where the classes stored
- Jsoup library
- Json library
-
The class contain main method, which project activities occur is: Ground
-
Example
$ java -classpath [...]/Class:[...]/jsoup-1.15.4.jar Ground