flashtext icon indicating copy to clipboard operation
flashtext copied to clipboard

flash text is a simple and fast keyword extract tool in go

Results 3 flashtext issues
Sort by recently updated
recently updated
newest added

As Title suggested, Below code: ```go keyword_processor := NewKeywordProcessor() keyword_processor.AddKeywords("欢迎") keyword_processor.AddKeywords("来") keyword_processor.AddKeywords("北京") result := keyword_processor.ExtractKeywords("欢迎来北京") for _, v := range result { e := ExtractResult(v) fmt.Printf("return : %s\n", e.Keyword) }...

enhancement

It looks like this is a Go project. This pull request will add a codelingo.yaml file with some common Go Tenets that CodeLingo will use to review Pull Requests to...