Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aajanki committed Aug 29, 2020
1 parent d9e4824 commit f5aa0c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Finnish language model for SpaCy

Version 0.4.1, 2020-08-29

* Published as a PyPI package. The package name is spacy_fi_experimental_web_md

Version 0.4.0, 2020-07-06

* Ported to SpaCy 2.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install spacy_fi_experimental_web_md
```python
import spacy

nlp = spacy.load('fi_experimental_web_md')
nlp = spacy.load('spacy_fi_experimental_web_md')

doc = nlp('Hän ajoi punaisella autolla.')
for t in doc:
Expand Down

0 comments on commit f5aa0c0

Please sign in to comment.