/[hyperestraier]/upstream/0.5.3/doc/index.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /upstream/0.5.3/doc/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations)
Wed Aug 3 15:21:15 2005 UTC (18 years, 10 months ago) by dpavlin
Original Path: upstream/0.5.2/doc/index.html
File MIME type: text/html
File size: 5416 byte(s)
import upstream version 0.5.2

1 dpavlin 2 <?xml version="1.0" encoding="UTF-8"?>
2    
3     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4    
5     <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6    
7     <head>
8     <meta http-equiv="Content-Language" content="en" />
9     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10     <meta http-equiv="Content-Style-Type" content="text/css" />
11     <meta name="author" content="Mikio Hirabayashi" />
12     <meta name="keywords" content="Hyper Estraier, Estraier, full-text search, API" />
13     <meta name="description" content="homepage of Hyper Estraier" />
14     <link rel="contents" href="./" />
15     <link rel="alternate" href="index-ja.html" hreflang="ja" title="the Japanese version" />
16     <link rel="stylesheet" href="common.css" />
17     <link rel="icon" href="icon16.png" />
18     <link rev="made" href="mailto:mikio@users.sourceforge.net" />
19     <title>Hyper Estraier: a full-text search system for communities</title>
20     </head>
21    
22     <body>
23    
24     <h1>Hyper Estraier: a full-text search system for communities</h1>
25    
26     <div class="note">Copyright (C) 2004-2005 Mikio Hirabayashi</div>
27     <div class="note">Last Update: Tue, 07 Jun 2005 06:17:00 +0900</div>
28     <div class="navi">[<span class="void">English</span>/<a href="index.ja.html" hreflang="ja">Japanese</a>]</div>
29    
30     <div class="logo"><img src="logo.png" alt="Hyper Estraier" width="300" height="110" /></div>
31    
32     <hr />
33    
34     <h2>Overview</h2>
35    
36     <p>Hyper Estraier is a full-text search system. You can search lots of documents for some documents including specified words. If you run a web site, it is useful as your own search engine for pages in your site. Also, it is useful as search utilities of mail boxes and file servers.</p>
37    
38     <p>The characteristic of Hyper Estraier is the following.</p>
39    
40     <ul>
41     <li>High performance of search</li>
42     <li>High scalability of target documents</li>
43     <li>Perfect recall ratio by N-gram method</li>
44     <li>Phrase search, attribute search, and similarity search</li>
45     <li>Multilingualism with Unicode</li>
46     <li>Independent of file format and repository</li>
47     <li>Simple and powerful API</li>
48     <li>Supporting P2P architecture</li>
49     </ul>
50    
51     <p>Hyper Estraier is an open-source software released under the terms of the GNU Lesser General Public License.</p>
52    
53     <hr />
54    
55     <h2>Documents</h2>
56    
57     <p>The following are documents of Hyper Estraier. They are contained also in the source package.</p>
58    
59     <ul>
60     <li><a href="intro-en.html">Introduction</a></li>
61     <li><a href="uguide-en.html">User's Guide</a></li>
62     <li><a href="pguide-en.html">Programming Guide</a></li>
63     <li><a href="nguide-en.html">P2P Guide</a></li>
64     </ul>
65    
66     <hr />
67    
68     <h2>Download</h2>
69    
70     <p>The following are packages of Hyper Estraier.</p>
71    
72     <ul>
73 dpavlin 9 <li><a href="http://hyperestraier.sourceforge.net/hyperestraier-0.5.2.tar.gz">Latest Source Package (version 0.5.2)</a></li>
74 dpavlin 2 </ul>
75    
76     <ul>
77     <li><a href="http://hyperestraier.sourceforge.net/past/">Past Versions</a></li>
78     <li><a href="http://hyperestraier.sourceforge.net/win/">Binary Packages for Windows</a></li>
79     </ul>
80    
81     <hr />
82    
83     <h2>Language Bindings</h2>
84    
85     <p>If you are a programmer of Python, Ruby, or Perl, bindings for them are useful.</p>
86    
87     <ul>
88     <li><a href="http://hyperestraier.sourceforge.net/binding/">Sub Progject of Language Bindings</a></li>
89     </ul>
90    
91 dpavlin 9 <p>The class library for Java is also provided.</p>
92    
93     <ul>
94     <li><a href="japidoc/">Documents for Java</a></li>
95     <li><a href="http://hyperestraier.sourceforge.net/jar/">Binary Packages for Java</a></li>
96     </ul>
97    
98 dpavlin 2 <hr />
99    
100     <h2>Demonstration</h2>
101    
102     <p>The following are demonstration sites of Hyper Estraier.</p>
103    
104     <ul>
105     <li><a href="http://rbbs.sourceforge.jp/cgi-bin/estdemo-en/estseek.cgi">Full-text Search of Java2 Documentation in English</a></li>
106     <li><a href="http://rbbs.sourceforge.jp/cgi-bin/estdemo-ja/estseek.cgi">Full-text Search of Java2 Documentation in Japanese</a></li>
107     </ul>
108    
109     <hr />
110    
111     <h2>Related Links</h2>
112    
113     <p>The following are related links of Hyper Estraier.</p>
114    
115     <ul>
116     <li><a href="http://qdbm.sourceforge.net/">QDBM</a> : internal database engine of Hyper Estraier</li>
117     <li><a href="http://www.gnu.org/software/libiconv/">Libiconv</a> : character code converter used in Hyper Estraier</li>
118     <li><a href="http://www.gzip.org/zlib/">Zlib</a> : data compressor used in Hyper Estraier</li>
119     <li><a href="http://estraier.sourceforge.net/">Estraier</a> : predecessor of Hyper Estraier</li>
120     </ul>
121    
122     <hr />
123    
124     <h2>Information</h2>
125    
126     <p>Hyper Estraier was written and is maintained by <a href="http://qdbm.sourceforge.net/mikio/">Mikio Hirabayashi</a>. You can contact the author by e-mail to `mikio@users.sourceforge.net'. However, as for topics which can be shared among other users, pleae send it to one of the mailing lists. To join the mailing list in English, refer to `<a href="http://lists.sourceforge.net/lists/listinfo/hyperestraier-users">http://lists.sourceforge.net/lists/listinfo/hyperestraier-users</a>'. To join the mailing list in Japanese, refer to `<a href="http://lists.sourceforge.net/lists/listinfo/hyperestraier-users-ja">http://lists.sourceforge.net/lists/listinfo/hyperestraier-users-ja</a>'.</p>
127    
128     <p>The project page on SourceForge.net is `<a href="http://sourceforge.net/projects/hyperestraier/">http://sourceforge.net/projects/hyperestraier/</a>'. Update of this project is announced on Freshmeat.net at `<a href="http://freshmeat.net/projects/hyperestraier/">http://freshmeat.net/projects/hyperestraier/</a>'.</p>
129    
130     <hr />
131    
132     </body>
133    
134     </html>
135    
136     <!-- END OF FILE -->

  ViewVC Help
Powered by ViewVC 1.1.26