Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 359 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 359 Bytes

cedict2csv

Convert CEDICT dictionary file to csv

Installation

go get github.com/sylvainv/cedict2csv
go install github.com/sylvainv/cedict2csv

Usage

cedict2csv:
  -cedict string
    	Cedict file to parse
  -output string
    	Output csv
cedict2csv -h to display the help
cedict2csv -cedict cedict.u8 -output dictionary.csv