Skip to content

Commit 4d6b2ab

Browse files
committed
Fix component reference
1 parent a28cf05 commit 4d6b2ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Finnish language model for spaCy
22

3+
Version 0.8.0, 2021-11-21
4+
5+
* Ported to spaCy 3.2. Older spaCy versions are not supported anymore.
6+
* Vectors for out-of-vocabulary words generated by Floret embeddings
7+
* The default spaCy morphologizer instead of the custom Voikko-based morphologizer
8+
39
Version 0.7.1, 2021-08-21
410

511
* Works on Python 3.7 again

fi.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ width = ${components.tok2vec.model.encode.width}
4444
upstream = "*"
4545

4646
[components.lemmatizer]
47-
factory = "voikko_lemmatizer"
47+
factory = "fi.voikko_lemmatizer"
4848
overwrite_lemma = false
4949

5050
[components.parser]

0 commit comments

Comments
 (0)