hankcs/AhoCorasickDoubleArrayTrie
An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
Java
Issues
- 1
有python封装吗
#46 opened by SeekPoint - 2
- 0
pyhanlp 用这个的时候怎么保存文件??
#36 opened by EchoShoot - 0
Push new release containg support for JPMS
#60 opened by vdjurovic - 0
- 0
在文章中如何自动替换命中的单词
#58 opened by BigStargazer - 3
在哪里可以下载到1.2.3版本的源码包
#57 opened by kinkwok117 - 0
匹配结果包含空字符串
#56 opened by leimtang - 1
调整 matche 类方法参数中的 String 为 CharSequence
#54 opened by XhstormR - 0
Publish PGP key ID.
#53 opened by silnith - 2
子类继承 AhoCorasickDoubleArrayTrie 实现匹配时忽略特定字符
#51 opened by XhstormR - 2
- 1
- 5
- 0
词条数超过100万时,报 Requested array size exceeds VM limit
#47 opened by kun368 - 1
如何只抽取前缀最长的词?
#29 opened by yoopaan - 1
parse when building?
#44 opened by AaronMarsLuo - 2
Thread safe
#41 opened by MEJIOMAH - 0
- 2
- 0
OOM when building dat/acdat. Compared with hashmap, DAT consumes less memory. Why hashmap of 100000000 docs can be build, while DAT with 10000000 docs leads to OOM?
#39 opened by gaohang - 0
匹配的结果冗余太多,需要二次过滤
#37 opened by andrewlu1 - 0
能否提供一个最长前缀匹配方法?
#35 opened by yangxudong - 2
Tidy up project
#34 opened by skjolber - 0
Security Contact Request
#33 opened by prodigysml - 2
StackOverflowError on recursive call
#21 opened by tgalery - 1
insert 函数抛出IndexOutOfBoundsException
#31 opened by neofung - 1
- 1
把这个算法理解成双数组表达的AhoCorasick是不是更恰当些?
#28 opened by PromptExpert - 4
词典数据超过300万的时候,会报GC overhead limit exceeded
#24 opened by yuye2133 - 2
publish a new version to Maven Central?
#23 opened by cldellow - 3
Serialized/Unserialized issue
#22 opened by chiyuan1126 - 1
Is parseText thread safe?
#20 opened by fabrichter - 2
初始化前缀树的TreeMap的value如何取得,好像只有key能拿到?
#19 opened by symsimmy - 1
如何实现模糊匹配呢?
#17 opened by fukai2952 - 0
您好,请问如何支持正则表达式的多模式匹配?
#18 opened by UCASREN - 2
是否可以实现正向最长匹配
#16 opened by tonyliangli - 1
The base[1] always equals -1
#13 opened by yanwii - 2
- 2
case insensitive?
#10 opened by unruledboy - 1
add matches method
#9 opened by turbanoff - 1
Support parse CharSequence
#11 opened by turbanoff - 2
- 1
About Double Array Trie implementation
#6 opened by lyrachord - 1
- 2
- 1
copyright encoding problem in test file
#3 opened by lyrachord - 2
使用此Api进行敏感词过滤
#2 opened by domingoxx