Backlinks:
Created: 2025-05-14 11:31
Last edited: 2025-05-14 11:31
EDICT
Resources
C source
- http://www.mistys-internet.website/eb/index-en.html
- https://github.com/mistydemeo/eb
- ✘ https://github.com/aehlke/eb
(old)
$ ./configure$ make# make install# make uninstall
- ✔ https://github.com/mistydemeo/eb
- install
$ mkdir epwing-reader$ cd epwing-reader/$ curl -L -o eblib.tar.gz "https://github.com/mistydemeo/eb/releases/download/v4.4.3/eb-4.4.3.tar.bz2"$ tar xvf eblib.tar.gz$ cd eb-4.4.3/$ ./configure$ make$ make check# make install
- use
- ebinfo
$ ebinfo EPWINGs/NHKAccent disc type: EPWING character code: JIS X 0208 the number of subbooks: 1 subbook 1: title: NHK 日本語発音アクセント辞典 directory: nhkact search methods: word endword menu font sizes: narrow font characters: wide font characters:ebstopcode EPWINGs/NHKAccent nhkact
- ebinfo
- install
Python libs
- https://github.com/aehlke/ebmodule
- https://github.com/rroessler1/ebmodule/tree/python3
$ git fetch origin python3$ git switch python3$ pipenv shell$ python setup.py build(lots of warnings, ignore)$ python setup.py install$ python eblib.py
- https://github.com/aehlke/epywing