Skip to content

v0.0.3

Compare
Choose a tag to compare
@valencik valencik released this 21 Oct 00:07
· 301 commits to main since this release
d6a1158

More Languages!

This release adds AnalyzerBuilders for Portuguese, Brazilian Portuguese, and Dutch!

Default Stop Words

You can now use the Lucene default stop words via withDefaultStopWords. You can also check out what those stop words are with the defaultStopWords helper.
Adding your own stop words changes from using withStopWords to withCustomStopWords.
This feature was contributed by @samspills! 🎉

Breaking Changes

As mentioned above, customizing stop words has changed from withStopWords to withCustomStopWords.

Tokenizer.vectorTokenizer now takes a Resource[F, Analyzer] instead of a raw Analyzer, while this is a breaking change we imagine it affects no one, as most usage goes through the AnalyzerBuilder or AnalyzerPipe.

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3