# word count2 **Repository Path**: c1e4r/word-count2 ## Basic Information - **Project Name**: word count2 - **Description**: 作业3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###使用说明 wc.py -choose [input_file_name] -c 返回文件的字符数 -w 返回文件的单词总数 -l 返回文件的总行数 -s 递归处理目录下符合条件的文件 -a 返回注释行,代码行,空行数量 -e 返回单词总数(stopList.txt为停词表) -o 输出结果的文件 -h 获取帮助