Skip to content

Commit

Permalink
20231205
Browse files Browse the repository at this point in the history
  • Loading branch information
hiDaDeng committed Dec 5, 2023
1 parent b0405ab commit 2a3309c
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion cntext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.8.8"
__version__ = "1.8.9"

from cntext.dictionary import SoPmi, W2VModels, co_occurrence_matrix, Glove
from cntext.similarity import jaccard_sim, minedit_sim, simple_sim, cosine_sim
Expand Down
Binary file removed dist/cntext-1.8.8.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/cntext-1.8.9.tar.gz
Binary file not shown.
Binary file renamed dist/.DS_Store → examples/.DS_Store
Binary file not shown.
Binary file added examples/output/.DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cntext"
version = "1.8.8"
version = "1.8.9"
description = "Chinese text analysis library, which can perform word frequency statistics, dictionary expansion, sentiment analysis, similarity, readability, co-occurrence analysis, social computing (attitude, prejudice, culture) on texts"
authors = ["DaDeng"]
license = "MIT"
Expand All @@ -23,6 +23,7 @@ nltk = "^3.8"
pandas = "^1.5.0"
chardet = "^5.0.0"
h5py = "^3.9.0"
pdfdocx="^1.7"


[build-system]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='cntext', # 包名字
version='1.8.8', # 包版本
version='1.8.9', # 包版本
description='Chinese text analysis library, which can perform word frequency statistics, dictionary expansion, sentiment analysis, similarity, readability, co-occurrence analysis, social calculation (attitude, prejudice, culture) on texts', # 简单描述
author='大邓', # 作者
author_email='[email protected]', # 邮箱
Expand Down

0 comments on commit 2a3309c

Please sign in to comment.