We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72bda4 commit 9cd1892Copy full SHA for 9cd1892
README.rst
@@ -809,6 +809,7 @@ can be found in the file ``test/toktest_normal_gold_expected.txt``.
809
Changelog
810
---------
811
812
+* Version 3.4.0: Improved handling and normalization of punctuation.
813
* Version 3.3.2: Internal refactoring; bug fixes in paragraph handling.
814
* Version 3.3.1: Fixed bug where opening quotes at the start of paragraphs
815
were sometimes incorrectly recognized and normalized.
src/tokenizer/version.py
@@ -1 +1 @@
1
-__version__ = "3.3.2"
+__version__ = "3.4.0"
0 commit comments