- introduced
Index
method, which returns a copy of the map of all registered stop-words; - bumped Go to 1.18.
- bumped Go to 1.17.
- added
WordsSlice
option to accept a slice of strings; - added
Text
option, which accepts two strings, first is the string containing words divided by some separator and second argument issep
, to specify which separator devides the words.
- added domain names option to the stop-words, enabled via
WithDomains
.
- BREAKING: from now on stopwords require
Setup()
in order to create an instance and use it.
- added Chinese, Hindi, Spanish, Arabic, Japanese, German, Hebrew, French and Korean stop-words.
- added Russian stop-words.
- bumped Go to 1.13;
- avoid duplicates in the slice of stop-words.
- moved onto Go modules;
stopwords#registerStopWords
made private.
- first release, and it will have stop-words registered.