Versions in this module Expand all Collapse all v1 v1.0.0 Dec 26, 2017 Changes in this version + func Clean(content []byte, langCode string, cleanHTML bool) []byte + func CleanString(content string, langCode string, cleanHTML bool) string + func CompareSimhash(a uint64, b uint64) uint8 + func DontStripDigits() + func LevenshteinDistance(contentA []byte, contentB []byte, langCode string, cleanHTML bool) int + func LoadStopWordsFromFile(filePath string, langCode string, sep string) + func LoadStopWordsFromString(wordsList string, langCode string, sep string) + func OverwriteWordSegmenter(expression string) + func Simhash(content []byte, langCode string, cleanHTML bool) uint64