1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/darts/pkg-descr
Carlos J. Puga Medina 20c5cfc6de - Update pkg-descr
2018-06-03 19:52:59 +00:00

17 lines
585 B
Plaintext

Darts: Double-ARray Trie System
This is a C++ template library that implements Double-Array [Aoe
1989]. Currently only Japanese documentation is provided.
* [Aoe1989] 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.
* [Datrie] Theppitak Karoonboonyanan An Implementation of Double-Array
Trie.
* [Word and Dictionary] Yuji Matsumoto et al. Word and Dictionary Iwanami
Course Language Science Vol. 3 pp. 79-81.
WWW: http://www.chasen.org/~taku/software/darts/