Skip to content

toasted-nutbread/jtat-to-yomichan-frequency-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository contains the source code of a script which is used to generate a frequency dictionary from a file created by Japanese Text Analysis Tool for use with Yomichan.

Usage

A node script is used to generate the dictionary data:

node main.js path/to/jtat-output.txt ./output

The data can then be added to a .zip archive using any software. The example below uses the 7z command line executable to generate the archive:

7z a -tzip -mx=9 -mm=Deflate -mtc=off -mcu=on jtat-freqnecy-dictionary.zip ./output/*.json

The title of the dictionary will use the file name of the JTAT input file. This title can be changed by editing the index.json file's "title" field before generating the .zip archive.

About

Japanese Text Analysis Tool data to Yomichan dictionary converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published