Skip to content

v0.0.2

Compare
Choose a tag to compare
@valencik valencik released this 13 Sep 23:54
· 339 commits to main since this release
ff09cba

Multilingual Support!

The main change in this release is the inclusion of AnalyzerBuilder options for multiple languages: English, French, Spanish, Italian, and German. To accomplish this AnalyzerBuilder is now an abstract class that each language implements.

There is also a DefaultAnalyzer to enable choosing some settings before specializing to a particular language. An example can be seen in the MultiLingualPipeline example.

Breaking Changes

The main breaking change as a result of this reorganization is that .withPorterStemmer is now only available if you refine the AnalyzerBuilder to a EnglishAnalyzerBuilder using the .english helper method.

What's Changed

Full Changelog: v0.0.1...v0.0.2