| 12 | | Hyper Estraier is a full-text search system. You can search lots of\ |
| 13 | | documents for some documents including specified words. If you run a web\ |
| 14 | | site, it is useful as your own search engine for pages in your site. Also,\ |
| 15 | | it is useful as search utilities of mail boxes and file servers.\ |
| 16 | | \ |
| 17 | | The characteristic of Hyper Estraier is the following.\ |
| 18 | | \ |
| 19 | | * High performance of search\ |
| 20 | | * High scalability of target documents\ |
| 21 | | * Perfect recall ratio by N-gram method\ |
| 22 | | * High precision by hybrid mechanism of N-gram and morphological analyzer\ |
| 23 | | * Phrase search, regular expressions, attribute search, and similarity search\ |
| 24 | | * Multilingualism with Unicode\ |
| 25 | | * Independent of file format and repository\ |
| 26 | | * Intelligent web crawler\ |
| 27 | | * Simple and powerful API\ |
| 28 | | * Supporting P2P architecture\ |
| 29 | | \ |
| 30 | | Hyper Estraier is an open-source software released under the terms of the\ |
| 31 | | GNU Lesser General Public License. |
| | 12 | Hyper Estraier is a full-text search system. It has the following \ |
| | 13 | characteristics. \ |
| | 14 | (1) High performance of search \ |
| | 15 | (2) High scalability of target documents \ |
| | 16 | (3) Perfect recall ratio by N-gram method \ |
| | 17 | (4) High precision by hybrid mechanism of N-gram and morphological analyzer \ |
| | 18 | (5) Phrase search, regular expressions, attribute search, and similarity search \ |
| | 19 | (6) Multilingualism with Unicode \ |
| | 20 | (7) Independent of file format and repository \ |
| | 21 | (8) Intelligent web crawler \ |
| | 22 | (9) Simple and powerful API \ |
| | 23 | (10) Supporting P2P architecture. |
| | 24 | |