软件包: libdatrie0 (0.1.2-2)
libdatrie0 的相关链接
Ubuntu 的资源:
下载源码包 libdatrie:
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Theppitak Karoonboonyanan
It should generally not be necessary for users to contact the original maintainer.
相似软件包:
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 http://linux.thai.net/~thep/datrie/datrie.html
This package contains the shared libraries needed to run programs that use the datrie library.
Homepage: http://libthai.sourceforge.net/