# docxCompareTool **Repository Path**: myc13381/docx-compare-tool ## Basic Information - **Project Name**: docxCompareTool - **Description**: docx文件内容对比 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-20 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README docx文件对比工具 基于python 3.10.x config.json为配置文件。 * bert_model,为了加快加载将其缓存到本地,缓存地址配置在json文件中的“bert_model_cache_folder”中,使用时请修改为自己设置的路径,程序第一次运行时会自动下载到配置的路径上。 * similarity_threshold,相似度阈值,只有在相似度大于阈值的两个文件才会被展示和输出。 * outputPath,输出的Excel文件所在的路径,如果为null则默认输出在项目目录的result文件夹内。