Skip to content

Commit

Permalink
v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Mar 5, 2023
1 parent 612979b commit 12d648f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 24 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion bindings/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nnsplit",
"version": "0.5.8",
"version": "0.5.9",
"description": "A tool to split text using a neural network. For sentence boundary detection, compound splitting and more. ",
"directories": {
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# only difference between this and Cargo.toml must be in: package.name, package.version, lib.name, lib.crate-type, workspace, dependencies.pyo3
[package]
name = "nnsplit"
version = "0.5.8-post0"
version = "0.5.9-post0"
authors = ["Benjamin Minixhofer <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# also change Cargo.build.toml when changing this file, workaround for package name and extension-module
[package]
name = "nnsplit-python"
version = "0.5.8"
version = "0.5.9"
authors = ["Benjamin Minixhofer <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion nnsplit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nnsplit"
version = "0.5.8"
version = "0.5.9"
authors = ["Benjamin Minixhofer <[email protected]>"]
edition = "2018"

Expand Down
18 changes: 9 additions & 9 deletions nnsplit/models.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
de,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/de/
en,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/en/
tr,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/tr/
fr,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/fr/
no,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/no/
sv,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/sv/
zh,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/zh/
ru,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/ru/
uk,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/uk/
de,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/de/
en,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/en/
tr,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/tr/
fr,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/fr/
no,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/no/
sv,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/sv/
zh,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/zh/
ru,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/ru/
uk,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/uk/

0 comments on commit 12d648f

Please sign in to comment.