Paketname | libdatrie-dev |
Beschreibung | Development files for double-array trie library |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.2.4-1 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | libdatrie1 (= 0.2.4-1) |
Empfohlene Pakete | |
Paketbetreuer | Theppitak Karoonboonyanan |
Quelle | libdatrie |
Paketgröße | 29256 Byte |
Prüfsumme MD5 | bb086a876dbfd8651ec890c1b245e920 |
Prüfsumme SHA1 | 766f75c9d30dc079d3e1786dde3df4baebd27dc4 |
Prüfsumme SHA256 | 8724b2b6c0f53df1a3eb0b453eab894f05bc20259ad88d86e0cce404f03a2319 |
Link zum Herunterladen | libdatrie-dev_0.2.4-1_i386.deb |
Ausführliche Beschreibung | Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as
spelling dictionaries.
.
This library is an implementation of double-array structure for representing
trie, as proposed by Junichi Aoe. The details of the implementation can be
found at http://linux.thai.net/~thep/datrie/datrie.html
.
This package contains the development libraries, header files and manpages
you need to develop your programs using the datrie library.
|