Support for Swedish
This release adds support for Swedish 🇸🇪.
Consequently, the API has changed: When loading a model you now need to specify a language (either 'da' or 'sv') as shown below.
Loading the standalone model:
lemmatizer = lemmy.load('da') # use 'sv' for Swedish
Load the spaCy pipeline component:
pipe = lemmy.pipe.load('da') # use 'sv' for Swedish