Paketname | darts |
Beschreibung | C++ Template Library for implementation of Double-Array |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.32-7 |
Sektion | universe/devel |
Priorität | extra |
Installierte Größe | 144 Byte |
Hängt ab von | libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 28426 Byte |
Prüfsumme MD5 | 9f4a29bfdfc265b5098dab63e1d4bec9 |
Prüfsumme SHA1 | da3f4e6f5a833995c05ed95f4988100265c7c11c |
Prüfsumme SHA256 | 34c88e2a42cc2151b050a74c480b9ea19334d66ad5724aed48b84bd71768a765 |
Link zum Herunterladen | darts_0.32-7_i386.deb |
Ausführliche Beschreibung | Darts is simple C++ Template Library for implementation of Double-Array
Structure.
.
A double-array structure is a kind of Trie structure, digital search tree,
an efficient data structure combining fast access of a matrix form with the
compactness of a list form. It is faster than other implementations like Hash
tree, Patricia tree, Suffix Array and so.
.
For more detail about double-array structure, see "Aoe, J. An Efficient
Digital Search Algorithm by Using a Double-Array Structure. IEEE Transactions
on Software Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077."
.
This software provides indexing operations for Common Prefix Search.
Darts is used for MeCab and ChaSen, Japanese Morphological Analysis System.
|