File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ celerybeat-schedule
101
101
.venv
102
102
venv
103
103
ENV /
104
+ p39
105
+ p312
104
106
105
107
# Spyder project settings
106
108
.spyderproject
Original file line number Diff line number Diff line change @@ -809,6 +809,7 @@ can be found in the file ``test/toktest_normal_gold_expected.txt``.
809
809
Changelog
810
810
---------
811
811
812
+ * Version 3.4.4: Better handling of abbreviations
812
813
* Version 3.4.3: Various minor fixes. Now requires Python 3.8 or later.
813
814
* Version 3.4.2: Abbreviations and phrases added, ``META_BEGIN `` token added.
814
815
* Version 3.4.1: Improved performance on long input chunks.
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tokenizer"
3
- version = " 3.4.3 "
3
+ version = " 3.4.4 "
4
4
description = " A tokenizer for Icelandic text"
5
5
authors = [{ name = " Miðeind ehf." , email = " mideind@mideind.is" }]
6
6
readme = { file = " README.rst" , content-type = " text/x-rst" }
@@ -20,6 +20,7 @@ classifiers = [
20
20
" Programming Language :: Python :: 3.9" ,
21
21
" Programming Language :: Python :: 3.10" ,
22
22
" Programming Language :: Python :: 3.11" ,
23
+ " Programming Language :: Python :: 3.12" ,
23
24
" Programming Language :: Python :: Implementation :: CPython" ,
24
25
" Programming Language :: Python :: Implementation :: PyPy" ,
25
26
" Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments