Skip to main content

Google IME SKK server written in Python

Project description

google-ime-skk-py

Google IME SKK Server written in Python

インストール

$ pip install google-ime-skk-py

実行

$ google-ime-skk-py

オプション

 -p, --port 55000                             Listen port number
 -h, --host "0.0.0.0"                         Listen hostname

Emacsにおけるddskkの設定

init.el等に以下を追加

;; 辞書サーバが起動していなければ起動する
(setq skk-server-inhibit-startup-server nil)

;; 辞書サーバの起動コマンド(適宜変更)
(setq skk-server-prog "/path/to/google-ime-skk-py")

;; 辞書サーバのポート番号
(setq skk-server-portnum 55000)

参考ページ

RubyによるGoogle IME SKK辞書サーバー

https://github.com/hitode909/google-ime-skk

ddskk/skk-server.el

https://github.com/skk-dev/ddskk/blob/master/skk-server.el

Copyright

Copyright (c) 2019 chaploud. See LICENSE.txt for further details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google-ime-skk-py-0.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

google_ime_skk_py-0.0.1-py2.py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page