refact(core): update dependencies version & adopt the new analyzer by jadepeng · Pull Request #1989 · apache/hugegraph

@jadepeng

And improve analyzer code

javeme

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution~

@codecov

…lyzer

jraft 1.3.9->1.3.11
ohc-core 0.7.0->0.7.4
org.apdplat.word 1.3->1.3.1
hanlp portable-1.5.0->portable-1.8.3
lucene-analyzers-smartcn,lucene-core 7.4.0->8.11.2
jcseg-core->2.2.0 ->2.6.2
lz4-java 1.7.1->1.8.0
eclipse-collections 10.4.0->11.1.0
fastutil 8.1.0->8.4.0
jjwt 0.11.2->0.11.5

@imbajin imbajin changed the title Update server core dependencies version refact(core): update dependencies version & adopt the new analyzer

Oct 26, 2022

imbajin

segmentor.reset(new StringReader(text));

IWord word;
while ((word = segmentor.next()) != null) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warn: will the segmentor.next() throw exception if null?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No exception

imbajin

javeme