首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 递归实现存储的匹配算法

递归实现存储的匹配算法

  • 资源大小:490.77 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 算法 存储 实现 递归 匹配

资 源 简 介

Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. And libmarisa is a C++ library to provide an implementation of MARISA. Also, the package of libmarisa contains a set of command line tools for building and operating a MARISA-based dictionary. A MARISA-based dictionary supports not only lookup but also reverse lookup, common prefix search and predictive search. Lookup is to check whether or not a given string exists in a dictionary. Reverse lookup is to restore a key from its ID. Common prefix search is to find keys from prefixes of a given string. Predictive search is to find keys starting with a given string. The biggest advantage of libmarisa is that its dictionary size is considerably more compact than others. See below for the dictionary size of other implementations.

文 件 列 表

marisa-0.2.4
AUTHORS
depcomp
INSTALL
tests
vs2008
m4
NEWS
configure
COPYING
marisa.pc.in
README
configure.ac
Makefile.in
config.guess
ltmain.sh
install-sh
config.sub
missing
aclocal.m4
lib
tools
docs
Makefile.am
ChangeLog
bindings
VIP VIP
0.273458s