1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-05 00:32:51 +08:00

tweak examples for nalyse

This commit is contained in:
Wang Bin
2015-05-07 17:43:35 +08:00
parent 16bd618c0c
commit 7440fa00df

View File

@@ -6,7 +6,7 @@ import (
"github.com/wangbin/jiebago/analyse" "github.com/wangbin/jiebago/analyse"
) )
func ExampleExtractTags() { func Example_extractTags() {
var t analyse.TagExtracter var t analyse.TagExtracter
t.LoadDictionary("../dict.txt") t.LoadDictionary("../dict.txt")
t.LoadIdf("idf.txt") t.LoadIdf("idf.txt")
@@ -21,7 +21,7 @@ func ExampleExtractTags() {
// Top 5 tags: Python / C++ / 伸手不见五指 / 孙悟空 / 黑夜 / // Top 5 tags: Python / C++ / 伸手不见五指 / 孙悟空 / 黑夜 /
} }
func ExampleTextRank() { func Example_textRank() {
var t analyse.TextRanker var t analyse.TextRanker
t.LoadDictionary("../dict.txt") t.LoadDictionary("../dict.txt")
sentence := "此外公司拟对全资子公司吉林欧亚置业有限公司增资4.3亿元增资后吉林欧亚置业注册资本由7000万元增加到5亿元。吉林欧亚置业主要经营范围为房地产开发及百货零售等业务。目前在建吉林欧亚城市商业综合体项目。2013年实现营业收入0万元实现净利润-139.13万元。" sentence := "此外公司拟对全资子公司吉林欧亚置业有限公司增资4.3亿元增资后吉林欧亚置业注册资本由7000万元增加到5亿元。吉林欧亚置业主要经营范围为房地产开发及百货零售等业务。目前在建吉林欧亚城市商业综合体项目。2013年实现营业收入0万元实现净利润-139.13万元。"