# 文档处理 **Repository Path**: huyu_code/document-processing ## Basic Information - **Project Name**: 文档处理 - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-04 - **Last Updated**: 2022-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文档处理 # 使用说明 安装三方库:pip install -r requirements.txt ```text 1. 第一步使用main.py进行拆表操作,将待处理的文件处理为phrase.xlsx和word.xlsx文件 2. 第二步使用parse_collocation.py、parse_phrase.py、parse_words.py解析第一步产生的两个xlsx文件 ```