# nce **Repository Path**: yxstudioDev/newconcept-statistics ## Basic Information - **Project Name**: nce - **Description**: qt c++统计新概念英语中单词出现的次数、频率。 其课文是文本文件,可以拿来直接使用。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-18 - **Last Updated**: 2022-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nce === 统计新概念英语中单词出现的次数、频率 sed 's/ /\n/g' */* | sed '/^$/d' | sort | uniq -c | sort -rn > test.txt