diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..de5b3aa --- /dev/null +++ b/Changelog @@ -0,0 +1,10 @@ +Version 0.2.0, 2020-01-26 + +* Tagging auxiliary verbs as AUX (previously VERB) following the UD convention +* Fixed bugs in lemmatization of compounds words: ilmakuivata, esiopetus, etc +* Improved lemmatization of pronouns, especially clitics: sinäkin, mekään, etc +* Using the same Finnish tokenizer rules as the spaCy master branch + +Version 0.1.0, 2020-01-11 + +Initial release diff --git a/README.md b/README.md index b1ba745..a6fd533 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ First, install [the libvoikko native library with Finnish morphology data files] Next, install the model by running: ``` -pip install https://github.com/aajanki/spacy-fi/releases/download/v0.1.0/fi_experimental_web_md-0.1.0-py3-none-any.whl +pip install https://github.com/aajanki/spacy-fi/releases/download/v0.2.0/fi_experimental_web_md-0.2.0-py3-none-any.whl ``` ## Usage