go-ego / gse

Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.
Apache License 2.0
2.57k stars 215 forks source link

add ReAddToken() function and unify name, Update go mod #123

Closed vcaesar closed 3 years ago

vcaesar commented 3 years ago

Please provide Issues links to:

Provide test code:

Description

...

codecov-commenter commented 3 years ago

Codecov Report

Merging #123 (2cd5bc5) into master (0a47a6f) will decrease coverage by 0.12%. The diff coverage is 87.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage   92.50%   92.37%   -0.13%     
==========================================
  Files          10       10              
  Lines        1000     1010      +10     
==========================================
+ Hits          925      933       +8     
- Misses         50       51       +1     
- Partials       25       26       +1     
Impacted Files Coverage Δ
gse.go 96.66% <ø> (ø)
stop.go 87.17% <ø> (ø)
dag.go 92.03% <82.75%> (ø)
dict_util.go 91.34% <88.88%> (-0.58%) :arrow_down:
dict_1.16.go 91.30% <100.00%> (ø)
dictionary.go 90.16% <100.00%> (ø)
segmenter.go 92.30% <100.00%> (ø)
token.go 93.10% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0a47a6f...2cd5bc5. Read the comment docs.