yinchuandong / Traveljsp

基于lucene搜索引擎的jsp服务器端,带智能提示

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

旅游路线自动规划

Part1:(Search Engine)

Source code:

https://github.com/yinchuandong/Traveljsp		(Search Engine)
https://github.com/yinchuandong/Crawler  		(Theme Crawler)
https://github.com/chuandongjiewen/NLP	  	(Genetic Algorithm)

Introduction:

Implement automation of travel route planning and personalization of service by data mining technologies

Tasks:

Theme Crawler/Keyword Auto-suggestion/Travel Routes Auto-planning

Functions:

1.	Implement vertical search engine of sceneries and cities
2.	Implement travel route auto-planning

Technologies:

1.	Implement multi-thread and distributed theme crawler for JSON file by Java
2.	Implement keyword auto-suggestion by Trie Tree
3.	Implement vertical search engine by Lucene framework
4.	Implement travel route auto-planning by Greedy Algorithm and Genetic Algorithm
5.	Implement data exchange of JSP, PHP and JavaScript

About

基于lucene搜索引擎的jsp服务器端,带智能提示


Languages

Language:Java 100.0%