Skip to content

Commit

Permalink
New release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aajanki committed Jan 26, 2020
1 parent 4b56412 commit 82f2293
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82f2293

Please sign in to comment.