# WordFrequency **Repository Path**: candlumine/WordFrequency ## Basic Information - **Project Name**: WordFrequency - **Description**: A simple application to show word frequency in a utf-8 file. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WordFrequency A simple application to show word frequency in a utf-8 file. ## Requirement [jieba](https://github.com/fxsjy/jieba) -- For Chinese only ## Usage > python word_freq.py -topk -cn/en filename topk > python word_freq.py -allk -cn/en filename allk