Git Product home page Git Product logo

word-statistics-cet4's Introduction

程序介绍

这是一个单词频率统计程序 基于python3

  • 自动批量收集文件中的英语单词 txt (utf-8)
  • 统计排序保存到本地数据库voca.db
  • 翻译英文得到中文解释
  • 数据库文件提取得到csv表格EXCEL

在结合到大量的往年cet-4真题库的情况下

  • 本软件成为了考试必备词库
  • 希望大家都能轻松过四级

工作流程

  1. settings配置
  2. work自动分析数据保存至voca.db数据库文件
  3. translate自动打开数据库调用api翻译单词并保存到数据库里
  4. db2csv将数据库文件转换成csv表格文件
  • python work.py
  • python translate.py
  • python db2csv.py

todo

  • 更加优化的词库:这个单词表前面的常用词汇还是太简单,出现过2次3次的单词反而值得好好背
  • 部分词汇通过翻译api得到的中文翻译是none,网络原因+翻译网站问题,慢慢解决
  • 六级真题词库分析
  • 软件模块化

自我要求

  • 更深刻的了解数据库 和 peewee
  • python的yield
  • 对象!对象!
  • setting作为配置引入

word-statistics-cet4's People

Contributors

linchuanxu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.