# nlp-samples **Repository Path**: Guiwang/nlp-samples ## Basic Information - **Project Name**: nlp-samples - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NLP Sample ## `.doc` to `.docx` Office创建的`.doc`无法用`python-docx`打开,`python-docx`创建或转换而来的的`.doc`可以。 ``` sh $ pip install pypiwin32 ```