File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ Tokenizer is derived from a corresponding module in the `Greynir project <https:
22
22
(GitHub repository `here <https://github.com/vthorsteinsson/Reynir >`_), by the same author.
23
23
Note that Tokenizer is licensed under the MIT license while Greynir is licensed under GPLv3.
24
24
25
+ You might also find the
26
+ `Reynir natural language parser for Icelandic <https://github.com/vthorsteinsson/ReynirPackage >`_
27
+ interesting.
28
+
25
29
To install::
26
30
27
31
pip install tokenizer
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def read(*names, **kwargs):
27
27
28
28
setup (
29
29
name = 'tokenizer' ,
30
- version = '0.1.14 ' ,
30
+ version = '1.0.0 ' ,
31
31
license = 'MIT' ,
32
32
description = 'A tokenizer for Icelandic text' ,
33
33
long_description = '%s\n %s' % (
@@ -44,7 +44,7 @@ def read(*names, **kwargs):
44
44
zip_safe = True ,
45
45
classifiers = [
46
46
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
47
- 'Development Status :: 4 - Beta ' ,
47
+ 'Development Status :: 5 - Production/Stable ' ,
48
48
'Intended Audience :: Developers' ,
49
49
'License :: OSI Approved :: MIT License' ,
50
50
'Operating System :: Unix' ,
You can’t perform that action at this time.
0 commit comments