套件: libdatrie1-bin (0.2.10-7)
libdatrie1-bin 的相關超連結
Trisquel 的資源:
下載原始碼套件 libdatrie:
維護者:
Original Maintainer:
- Theppitak Karoonboonyanan
外部的資源:
- 主頁 [linux.thai.net]
相似套件:
Programs for double-array trie library
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 https://linux.thai.net/~thep/datrie/datrie.html
This package contains the program files which is used with the library, including trietool, the trie manipulation tool.
其他與 libdatrie1-bin 有關的套件
|
|
|
-
- dep: libc6 (>= 2.7)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libdatrie1 (>= 0.2.0)
- Double-array trie library