mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
12 lines
485 B
Text
12 lines
485 B
Text
|
marisa: marisa (trie data structure library)
|
||
|
marisa:
|
||
|
marisa: Matching Algorithm with Recursively Implemented StorAge (MARISA) is a
|
||
|
marisa: static and space-efficient trie data structure. And libmarisa is a
|
||
|
marisa: C++ library to provide an implementation of MARISA. Also, the package
|
||
|
marisa: of libmarisa contains a set of command line tools for building and
|
||
|
marisa: operating a MARISA-based dictionary.
|
||
|
marisa:
|
||
|
marisa: Homepage: https://code.google.com/p/marisa-trie/
|
||
|
marisa:
|
||
|
marisa:
|