中日古辭書文本自動標記工具
git clone https://github.com/toyjack/tagzuke.git
cd tagzuke
npm install
npm run dev
.
├── build
├── config
├── dist
│ └── static
│ ├── css
│ └── js
├── docs
│ └── static
│ ├── css
│ ├── fonts
│ ├── img
│ └── js
├── src
│ ├── assets
│ ├── components
│ ├── helpers
│ ├── pages
│ ├── router
│ └── store
└── static
20 directories
MIT License