- Php+mysql database development similar to Baidu's search function: Chinese and English participle + full-text Search
- Chinese participle:
A) Robbe php Chinese word extension: http://www.boyunjian.com/v/softd/robbe.html
I. Robbe full version download: Robbe full version (PHP test program, Development help document, winnt DLL file under PHP) Download: Http://code.google.com/p/robbe ("Google" cannot be used)
b) SCWS (Simplified Chinese word segmentation) based on Http/post: http://www.xunsearch.com/scws/api.php
c) Mfsou Chinese word breaker PHP Extension: http://php.mfsou.com/(website cannot be opened, inaccessible)
Comprehensive: Only use scms Chinese participle.
3. Full-Text Search
A) MySQL full text search (support English participle)
I. http://www.jcodecraeer.com/a/shujuku/2012/0728/324.html
II. Need to learn more about MySQL full-text search
b) Sphinx: SQL-based full-text search engine
I. http://sphinxsearch.com/downloads/
II. Sphinx is a SQL-based full-text search engine that can be combined with mysql,postgresql for full-text searching, which provides a more specialized search function than the database itself, making it easier for applications to implement specialized full-text searches. Sphinx specifically designed search API interfaces for some scripting languages, such as Php,python,perl,ruby, and also designed a storage engine plugin for MySQL.
c) Xun Search: Sunsearch:http://www.xunsearch.com/doc/index
I. The current backend server only supports UNIX (including Linux/bsd/macos, etc.) operating systems, and the front-end development package only supports the PHP language.
II. Xunsearch can help you to set up Portal/Vertical search/Forum Search/web Site search/Document documentation search, etc.
Php+mysql database development similar to Baidu's search function: Chinese and English participle + full-text search (MySQL full-text search + Word segmentation (SCWS))