Remove trailing periods in internal list

This commit is contained in:
Adriane Boyd 2023-01-18 08:47:35 +01:00
parent e3c2858fcb
commit 8f0d3b2988

View File

@ -108,12 +108,12 @@ new default implementation [`InMemoryLookupKB`](/api/kb_in_memory).
### Additional features and improvements {id="additional-features-and-improvements"}
- Language updates:
- Extended support for Slovenian.
- Fixed lookup fallback for French and Catalan lemmatizers.
- Switch Russian and Ukrainian lemmatizers to `pymorphy3`.
- Support for editorial punctuation in Ancient Greek.
- Update to Russian tokenizer exceptions.
- Small fix for Dutch stop words.
- Extended support for Slovenian
- Fixed lookup fallback for French and Catalan lemmatizers
- Switch Russian and Ukrainian lemmatizers to `pymorphy3`
- Support for editorial punctuation in Ancient Greek
- Update to Russian tokenizer exceptions
- Small fix for Dutch stop words
- Allow up to `typer` v0.7.x, `mypy` 0.990 and `typing_extensions` v4.4.x.
- New `spacy.ConsoleLogger.v3` with expanded progress
[tracking](/api/top-level#ConsoleLogger).