issues
search
hankcs
/
AhoCorasickDoubleArrayTrie
An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
http://www.hankcs.com/program/algorithm/aho-corasick-double-array-trie.html
950
stars
290
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Push new release containg support for JPMS
#60
vdjurovic
opened
1 year ago
0
Feature request: 请问能否移植 hanlp 中的 parseLongestText 方法到该库?
#59
XhstormR
opened
1 year ago
0
在文章中如何自动替换命中的单词
#58
BigStargazer
opened
2 years ago
0
在哪里可以下载到1.2.3版本的源码包
#57
kinkwok117
opened
2 years ago
3
匹配结果包含空字符串
#56
leimtang
opened
2 years ago
0
Support Java 9 Platform Module System (JPMS)
#55
tkuun101
closed
3 years ago
1
调整 matche 类方法参数中的 String 为 CharSequence
#54
XhstormR
closed
3 years ago
1
Publish PGP key ID.
#53
silnith
opened
3 years ago
0
没那么快呢?
#52
putao0525
opened
3 years ago
2
子类继承 AhoCorasickDoubleArrayTrie 实现匹配时忽略特定字符
#51
XhstormR
opened
3 years ago
2
parseText throw ArrayIndexOutOfBoundsException when build with an empty map
#50
XhstormR
closed
3 years ago
2
Inspiration in newer papers about double array tries
#49
dumblob
opened
3 years ago
5
Fix requesting very big array.
#48
kun368
closed
3 years ago
1
词条数超过100万时,报 Requested array size exceeds VM limit
#47
kun368
closed
3 years ago
0
有python封装吗
#46
SeekPoint
opened
3 years ago
1
ArrayIndexOutOfBoundsException, when build with an empty map
#45
Firstero
closed
3 years ago
1
parse when building?
#44
AaronMarsLuo
opened
4 years ago
1
Bump junit from 3.8.1 to 4.13.1
#43
dependabot[bot]
opened
4 years ago
0
README update
#42
MEJIOMAH
closed
4 years ago
1
Thread safe
#41
MEJIOMAH
opened
4 years ago
2
存储代码是否有问题
#40
Soulscb
opened
4 years ago
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
gaohang
closed
4 years ago
0
建字典树时,当词条数目超过1000000时,总是报错"OutOfMemoryError: GC overhead limit exceeded"
#38
gaohang
opened
4 years ago
2
匹配的结果冗余太多,需要二次过滤
#37
andrewlu1
opened
4 years ago
0
pyhanlp 用这个的时候怎么保存文件??
#36
EchoShoot
closed
1 year ago
0
能否提供一个最长前缀匹配方法?
#35
yangxudong
opened
4 years ago
0
Tidy up project
#34
skjolber
opened
4 years ago
2
Security Contact Request
#33
prodigysml
opened
4 years ago
0
Fixed StackOverflowError for long keywords
#32
tkuun101
closed
4 years ago
2
insert 函数抛出IndexOutOfBoundsException
#31
neofung
closed
4 years ago
1
some confusion about about the double array
#30
MountainHolder
opened
5 years ago
1
如何只抽取前缀最长的词?
#29
yoopaan
opened
5 years ago
1
把这个算法理解成双数组表达的AhoCorasick是不是更恰当些?
#28
PromptExpert
opened
5 years ago
1
在某些情况下,系统需要动态重新build,为防止内存泄漏,原有的已存在的对象需要释放掉
#27
chenrulongmaster
closed
4 years ago
1
Replace Duplicate Code, Add more comments.
#26
ibrahimAlii
closed
5 years ago
1
Replace old c-array-style
#25
ibrahimAlii
closed
5 years ago
1
词典数据超过300万的时候,会报GC overhead limit exceeded
#24
yuye2133
opened
5 years ago
4
publish a new version to Maven Central?
#23
cldellow
closed
5 years ago
2
Serialized/Unserialized issue
#22
chiyuan1126
closed
5 years ago
3
StackOverflowError on recursive call
#21
tgalery
closed
4 years ago
2
Is parseText thread safe?
#20
fabrichter
opened
6 years ago
1
初始化前缀树的TreeMap的value如何取得,好像只有key能拿到?
#19
symsimmy
closed
6 years ago
2
您好,请问如何支持正则表达式的多模式匹配?
#18
UCASREN
opened
6 years ago
0
如何实现模糊匹配呢?
#17
fukai2952
opened
6 years ago
1
是否可以实现正向最长匹配
#16
tonyliangli
closed
6 years ago
2
Hi, I have this problem Unsupported major.minor version 51.0
#15
sty945
opened
6 years ago
2
Add support for update value
#14
hlstudio
closed
6 years ago
1
The base[1] always equals -1
#13
yanwii
closed
6 years ago
1
#9 add matches and findFirst methods
#12
turbanoff
closed
6 years ago
0
Support parse CharSequence
#11
turbanoff
closed
6 years ago
1
Next