diff --git a/jieba.go b/jieba.go index a8eb0e9..e4fce4e 100644 --- a/jieba.go +++ b/jieba.go @@ -1,3 +1,4 @@ +// Package jiebago is the Golang implemention of [Jieba](https://github.com/fxsjy/jieba), Python Chinese text segmentation module. package jiebago import (