1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-10 11:40:26 +08:00

fixed tests, tweak examples

This commit is contained in:
Wang Bin
2015-05-07 17:38:08 +08:00
parent 385514113a
commit 16bd618c0c
2 changed files with 27 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ import (
_ "github.com/wangbin/jiebago"
)
func ExampleBeleveSearch() {
func Example_beleveSearch() {
// open a new index
indexMapping := bleve.NewIndexMapping()