没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > opese |
opese
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
概述
OpenSE is a general Chinese search engine implemented in C++ on linux. It consists of four basic modules: crawler, index, query server, and query cgi. This search engine provides web pages query service according to some key words, or a query string given by users. The search results responding to users consists of some item lists. Each item consists of a title, a extract, a url link, and a snapshot link of a web page containing query words given by users. Users can click the snapshot link to see the snapshot of conresponding web page in the openSE database. This search engine is designed for supporting large number of web pages searching.
References: TSE: http://sewm.pku.edu.cn/src/TSE/ xyzse: http://code.google.com/p/xyzse/
创建时间:2014-05-11 06:27