├── __init__.py ├── config.json ├── config.md ├── importer.py ├── jmdict_freqs.txt ├── meta.json ├── readme.md └── splitter.py /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanjieater/Smart-Japanese-Kindle-Highlights/HEAD/__init__.py -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanjieater/Smart-Japanese-Kindle-Highlights/HEAD/config.json -------------------------------------------------------------------------------- /config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanjieater/Smart-Japanese-Kindle-Highlights/HEAD/config.md -------------------------------------------------------------------------------- /importer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanjieater/Smart-Japanese-Kindle-Highlights/HEAD/importer.py -------------------------------------------------------------------------------- /jmdict_freqs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanjieater/Smart-Japanese-Kindle-Highlights/HEAD/jmdict_freqs.txt -------------------------------------------------------------------------------- /meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanjieater/Smart-Japanese-Kindle-Highlights/HEAD/meta.json -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanjieater/Smart-Japanese-Kindle-Highlights/HEAD/readme.md -------------------------------------------------------------------------------- /splitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanjieater/Smart-Japanese-Kindle-Highlights/HEAD/splitter.py --------------------------------------------------------------------------------