# text-tools **Repository Path**: fjklqq/text-tools ## Basic Information - **Project Name**: text-tools - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-07 - **Last Updated**: 2022-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Text Tools ![Python](https://img.shields.io/badge/Python-3.9-blue) ![PySide](https://img.shields.io/badge/PySide-6-blue) ![HanLP](https://img.shields.io/badge/HanLP-1.x-blue) ![Version](https://img.shields.io/badge/Version-v0.0.2-blue) 文本分析工具 Code : [Github](https://github.com/casuallyName/text-tools) | [Gitee](https://gitee.com/casuallyName/text-tools) Download : [Github](https://github.com/casuallyName/text-tools/tags) | [阿里云盘](https://www.aliyundrive.com/s/i5qSC52t3eY) * 首次安装且未配置JAVA环境,直接下载安装 Text_tools_setup_include_JVM.exe 即可使用 * 已配置JAVA环境直接下载安装 Text_tools_setup.exe 后选择对应jvm路径即可使用 * 非首次安装时,可以选择下载安装 Text_tools_setup.exe 并覆盖原目录即可 目前实现: - [x] 文本分词工具 (基于 `re`) - [x] 词语挖掘工具 - [x] 分词工具 (基于 [jieba](https://github.com/fxsjy/jieba)) - [x] 文本聚类工具 (基于 [HanLP 1.x](https://github.com/hankcs/HanLP/tree/1.x)) - [x] 词云图制作工具 (基于[wordcloud](https://github.com/amueller/word_cloud))