diff --git a/README.md b/README.md index 4462035..f5377a9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ # VocabCollector - Take words from a file, find translations and convert them to json. + +Take words from a file (`TXT`, `EPUB`), find translations and convert them to desire format. + +## Why + +1. Practice `Rust` +2. Sometime I read a book and find words that I don't know the meaning so I want to find the translation of those words. + +## Todo + +- [ ] Read `EPUB` file and extract words + - [x] Read `EPUB` file correctly + - [x] Extract words + - [ ] Optimize +- [ ] Read `TXT` file +- [ ] Translate + - [x] Read Dictionary File + - [ ] Translate words + - [ ] Optimize +- [ ] Export + - [ ] JSON + - [ ] CSV +- [ ] CLI + +## Data Source + +[Yaitron TH-ENG Translation by veer66](https://github.com/veer66/Yaitron)