libraries/marisa: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
c7c4f22e1e
commit
d4df61c27f
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
marisa: marisa (Matching Algorithm with Recursively Implemented StorAge)
|
||||
marisa:
|
||||
marisa: libmarisa is a C++ library for an implementation of MARISA (Matching
|
||||
marisa: Algorithm with Recursively Implemented StorAge), which is a static
|
||||
marisa: and space-efficient trie data structure library. Users can build
|
||||
marisa: libmarisa is a C++ library for an implementation of MARISA (Matching
|
||||
marisa: Algorithm with Recursively Implemented StorAge), which is a static
|
||||
marisa: and space-efficient trie data structure library. Users can build
|
||||
marisa: dictionaries and search keys with this library.
|
||||
marisa:
|
||||
marisa:
|
||||
marisa:
|
||||
marisa:
|
||||
marisa: Homepage:
|
||||
marisa: https://s-yata.github.io/marisa-trie/docs/readme.en.html
|
||||
marisa:
|
||||
|
|
Loading…
Reference in New Issue