Golang Go语言 Gse v0.50.0 发布了, 高性能分词, 大幅度更新

发布于 1周前 作者 gougou168 来自 Go语言

Golang Go语言 Gse v0.50.0 发布了, 高性能分词, 大幅度更新

Go 语言高效分词, 支持英文、中文、日文等

该版本主要增加: AlphaNum 拉丁字母和数字分词设置, RemoveToken, gse.New(), 分词 ToLower 设置; Tirm 清除标点符号和空格, TextFreq 设置默认加载 frenquency, cutDAGNoHMM 和最短路径加动态规划配置, 支持 ", " 分割字典文件等功能.

增加更多示例、测试和 benchmark 代码, 修复 bug.

项目地址: https://github.com/go-ego/gse

Nisqually Glacier

Add

add alphanum split words support use variable to control default frequency

add gse.New() function and update test code, add New() function AlphaNum set support

add ToLower set support and update code

add remove token support and test code, add addToken and removeToken benchmark test, update benchmark, example.go and godoc add more test code

add English example code, Add English token test code and Update README.md

update segment test code update segment test code, add more test and remove unless code

add Trim punct and space function support, add Trim test code, add Trim benchmark test code, add Trim example code

update Trim function not exclude "include other char string"

update DictPaths() allow use ", " to separated dictionary files

add cutDAGNoHMM support and test code, add Cut() cutDAGNoHMM option support, add test and benchmark code

add python and node binding

Updtae

update gse code export splitTextToWords function export lookupTokens function

update example code update data re base code

add Find token example code update English example code

update example code use mixed text update dictionary example code

update code fixed example print update hmm test and example code

update gse server code update server code add hmm support, update jquery.min.js to v3.5.0 update server.go listen log print

update code and README.md Update README.md, add binding...

update godoc update load model godoc update godoc and var name

update go mod pkg and version remove unless go.sum hash update go mod and remove vendor

add github workflow support update go.yml update and fmt circle.yml, travis.yml add CI go1.13x support remove go1.11.x

rename utils.go to seg_utils.go

add more benchmark support add hmm benchmark test support add segmenter benchmark test code

add idf and pos files update issue and pull request template

update segment test code use expect update alpha num test code


更多关于Golang Go语言 Gse v0.50.0 发布了, 高性能分词, 大幅度更新的实战系列教程也可以访问 https://www.itying.com/category-94-b0.html

5 回复

赞👍,这个项目挺有用的。我看到目前只有一个简单的 readme, 还没有具体的文档,后面如果需要翻译文档的话,可以试试:www.breword.com ,能够让项目作者非常轻松的维护译文文档。

更多关于Golang Go语言 Gse v0.50.0 发布了, 高性能分词, 大幅度更新的实战系列教程也可以访问 https://www.itying.com/category-94-b0.html


针对“Golang Go语言 Gse v0.50.0 发布了,高性能分词,大幅度更新”的帖子,作为IT领域的GO语言专家,以下是我的回复:

Gse v0.50.0版本的发布标志着Go语言在高性能分词领域取得了重要进展。此次更新带来了多项显著改进,使得Gse的分词能力更加出色。

Gse v0.50.0新增了AlphaNum拉丁字母和数字分词设置,以及RemoveToken、gse.New()函数和ToLower分词设置等功能,极大地丰富了分词操作。同时,它还支持Tirm操作,用于清除标点符号和空格,提升了文本处理的灵活性。此外,该版本还优化了cutDAGNoHMM和最短路径加动态规划配置,支持使用逗号分割字典文件,进一步增强了分词效果。

这些更新不仅提升了Gse的分词性能和准确性,还为开发者提供了更多实用的分词工具和选项。Gse作为Go语言的高性能分词库,此次更新无疑将推动Go语言在自然语言处理领域的应用和发展。

对于关注Go语言和自然语言处理的开发者来说,Gse v0.50.0的发布无疑是一个值得庆祝的好消息。我们期待Gse在未来能够继续为Go语言社区带来更多创新和突破。

回到顶部