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 beab3ab commit cb1d001Copy full SHA for cb1d001
CHANGES.txt
@@ -1,6 +1,6 @@
1
# CHANGELOG #
2
3
-## Version 2.4.0, ???? ##
+## Version 2.4.0, 2023-12-23 ##
4
5
- New feature: SoMaJo can output character offsets for tokens,
6
allowing for stand-off tokenization. Pass `character_offsets=True`
pyproject.toml
@@ -11,7 +11,7 @@
11
# a new release
12
[project]
13
name = "SoMaJo"
14
-version = "2.3.1"
+version = "2.4.0"
15
description = "A tokenizer and sentence splitter for German and English web and social media texts."
16
readme = "README.md"
17
requires-python = ">=3.8"
0 commit comments