Skip to content

Commit 428c92d

Browse files
committed
🔖 release(v2.1.0): remove wordfreq
1 parent b6d00bd commit 428c92d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ language detection: [`fast-langdetect`](https://github.com/LlmKira/fast-langdete
3636

3737
# Update History
3838

39-
## v2.0.7
39+
## v2.1.0
4040

4141
- [2024-02-21] Modified merging logic
4242

@@ -922,7 +922,7 @@ Vielen Dank merci beaucoup for your help.
922922
```
923923

924924
- [Update History](#update-history)
925-
- [v2.0.7](#v207)
925+
- [v2.1.0](#v207)
926926
- [before](#before)
927927
- [after](#after)
928928
- [All Test Results (Execute `python .\tests\split_acc.py` to obtain)](#all-test-results-execute-python-testssplit_accpy-to-obtain)

docs/ja/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Update History
3838

39-
## v2.0.7
39+
## v2.1.0
4040

4141
- [2024-02-21] 統合ロジックの修正
4242

@@ -922,7 +922,7 @@ Vielen Dank merci beaucoup for your help.
922922
```
923923

924924
- [Update History](#update-history)
925-
- [v2.0.7](#v207)
925+
- [v2.1.0](#v207)
926926
- [before](#before)
927927
- [after](#after)
928928
- [すべてのテスト結果(`python .\tests\split_acc.py` を実行して取得)](#すべてのテスト結果python-testssplit_accpy-を実行して取得)

docs/zh/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# 更新记录
3838

39-
## v2.0.7
39+
## v2.1.0
4040

4141
- [2024-02-21] 修改合并逻辑
4242

@@ -922,7 +922,7 @@ Vielen Dank merci beaucoup for your help.
922922
```
923923

924924
- [更新记录](#更新记录)
925-
- [v2.0.7](#v207)
925+
- [v2.1.0](#v210)
926926
- [before](#before)
927927
- [after](#after)
928928
- [所有测试结果(执行 `python .\tests\split_acc.py` 获取)](#所有测试结果执行-python-testssplit_accpy-获取)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(*relpath):
1414

1515
setup(
1616
name="split_lang",
17-
version="2.0.7",
17+
version="2.1.0",
1818
description="A package for splitting text by languages through concatenating over split substrings based on their language",
1919
long_description=read("README.md"),
2020
long_description_content_type="text/markdown",

split-lang-demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"outputs": [],
88
"source": [
99
"%%capture\n",
10-
"%pip install split-lang==2.0.7"
10+
"%pip install split-lang==2.1.0"
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)