You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如果几个,是不应该用doubleArrayTrie的,直接遍历indexof,如果觉的不是特别多(100以下),可以使用其他数据结构,比如BinTrie或者原始的DoubleArrayTrie,但是HanLP的DoubleArrayTrie在所有的双数组树种检索是最快的,因为他直接把unicode当做index,而不是使用map保存char to index
注意事项
请确认下列注意事项:
版本号
当前最新版本号是:1.6.8
我使用的版本是:portable-1.6.6
我的问题
请问初始化时,初期大小必须是 65536*32这么大吗,如果要匹配的词不是很多(几个到几百个不等),也必须设定这么大吗。(程序中需要用到很多这种小字典,而且字典会频繁的变化)
我改成65536后,有时候用Searcher匹配的时候报ArrayIndexOutOfBoundsException的异常。
复现问题
1.用【潘家园街道】构建一个词典
2.用构建的词典匹配附件的这篇文章
3.用dart.getSearcher(text, 0)匹配,会在这个地方异常
doc.txt
The text was updated successfully, but these errors were encountered: