Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This script can split COCA vocabulary into small groups to be imported into a dictionary app (e.g. Eudic) for studying.

Please refer to COCA 词频表使用 and 快速掌握 COCA 词汇表.

Requirements

  • Python 3

Please make sure you have Python 3 installed in your environment. For me, it's /usr/bin/python3.

Usage

python split.py coca20000.txt 15

by default, the Output file is coca20000_batch_import.txt.

Note:

The last number 15 is the group size, it means each group contains 15 words, you can change it to fit your need.

Files

  • coca20000.txt contains the origianl vocabulary list
  • coca_refined.txt contains the final refined vocabulary list according to this article 快速掌握 COCA 词汇表

About

No description, website, or topics provided.

Resources

Stars

45 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages