diff --git a/.gitignore b/.gitignore index 405df09..eae893d 100644 --- a/.gitignore +++ b/.gitignore @@ -101,6 +101,8 @@ celerybeat-schedule .venv venv ENV/ +p39 +p312 # Spyder project settings .spyderproject diff --git a/README.rst b/README.rst index 500576d..316697e 100644 --- a/README.rst +++ b/README.rst @@ -809,6 +809,7 @@ can be found in the file ``test/toktest_normal_gold_expected.txt``. Changelog --------- +* Version 3.4.4: Better handling of abbreviations * Version 3.4.3: Various minor fixes. Now requires Python 3.8 or later. * Version 3.4.2: Abbreviations and phrases added, ``META_BEGIN`` token added. * Version 3.4.1: Improved performance on long input chunks. diff --git a/pyproject.toml b/pyproject.toml index 7c4f983..5bd7107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tokenizer" -version = "3.4.3" +version = "3.4.4" description = "A tokenizer for Icelandic text" authors = [{ name = "MiĆ°eind ehf.", email = "mideind@mideind.is" }] readme = { file = "README.rst", content-type = "text/x-rst" } @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules",