diff options
Diffstat (limited to 'source/x/marisa/slack-desc')
-rw-r--r-- | source/x/marisa/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source/x/marisa/slack-desc b/source/x/marisa/slack-desc new file mode 100644 index 00000000..09d41ac2 --- /dev/null +++ b/source/x/marisa/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +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: |