diff --git a/Changelog b/Changelog index 13e70c2..04b1841 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,10 @@ Finnish language model for spaCy +Version 0.15.1, 2024-11-14 + +* Better cleaning of training data +* Redacted person names in email addresses in the word frequency data + Version 0.15.0, 2024-10-19 * Compatible with spaCy 3.8 diff --git a/README.md b/README.md index 467282c..1a4afde 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Compatibility with spaCy versions: | spacy-fi version | Compatible with spaCy versions | |------------------|--------------------------------| -| 0.15.0 | 3.8.x | +| 0.15.x | 3.8.x | | 0.14.0 | 3.7.x | | 0.13.0 | 3.6.x | | 0.12.0 | 3.5.x | diff --git a/fi/meta.json b/fi/meta.json index c0d6fd5..6620942 100644 --- a/fi/meta.json +++ b/fi/meta.json @@ -1,7 +1,7 @@ { "lang": "fi", "name": "experimental_web_md", - "version": "0.15.0", + "version": "0.15.1", "requirements": ["libvoikko"], "description": "Finnish language model: POS tagger, dependency parser, word vectors, noun phrase extraction, word probabilities, lemmatizer, morphological features, NER", "author": "Antti Ajanki",