KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
hsr-ime-dic
★ 23
Open GitHub ↗
崩壊スターレイルの日本語変換辞書です
Download README (.md)
Explore Similar Repositories
CheckGPT
:
The official repository of paper: "Check Me If You Can: Detecting ChatGPT-Generated Academic Writing using CheckGPT"
k8s-random-deploys
:
Deploy example workloads with random requests and limits
BlogGPT
:
Your Personal AI Blog Writer
yacsc
:
Yet Another Chinese Spelling Check Dataset (YACSC)
KKNet
:
An implementation of "Towards Improving Harmonic Sensitivity and Prediction Stability for Singing Melody Extraction", in ISMIR 2023
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hsr-ime-dic
?
Download (.md)
# hsr-ime-dic 『崩壊:スターレイル』の固有名詞を中心にした、日本語入力用のユーザー辞書です。 Microsoft IME 形式(`utf8/main.txt`)を元データとして、macOS・Gboard向けの辞書データを `Makefile` から生成できます。 ATOK 対応は廃止しました。 このリポジトリは [Umichang/nijisanji-ime-dic](https://github.com/Umichang/nijisanji-ime-dic) の構成を参考にしています。 ## 配布ファイル `build/` には以下の辞書ファイルを同梱しています。 - [`main.txt`](https://github.com/Umichang/hsr-ime-dic/releases/latest/download/main.txt) : Microsoft IME(UTF-16) - [`main.plist`](https://github.com/Umichang/hsr-ime-dic/releases/latest/download/main.plist) : macOS ユーザ辞書 - [`main.zip`](https://github.com/Umichang/hsr-ime-dic/releases/latest/download/main.zip) : Gboard(Android)インポート用 必要な形式のファイルをダウンロードして利用してください。 ## 使い方 ### Microsoft IME(Windows) 1. `build/main.txt` を用意 2. Microsoft IME の辞書ツールを開く 3. 「ツール」→「テキストファイルからの登録」で `main.txt` を指定 ### macOS(日本語入力) 1. `build/main.plist` を用意 2. macOS のユーザ辞書にインポート ### Gboard(Android) 1. `build/main.zip` を端末に保存 2. Gboard の辞書インポート機能から読み込み ## 自分でビルドする ### 必要環境 - `nkf` - `zip` - 以下のどちらか - `userdic-py`(推奨) - `userdic-ng` 関連ツール: - https://github.com/Umichang/userdic-py - https://github.com/Umichang/userdic-ng ### ビルド ```bash make ``` `utf8/*.txt` をもとに `build/` へ各形式の辞書を生成します。 ### クリーン ```bash make clean ``` ## 収録内容について - 主にキャラクター名・地名・用語など、変換しづらい固有名詞を収録 - 一部、誤読しやすい語や入力しづらい語の補助読みも含みます - 更新履歴は `utf8/main.txt` 冒頭コメントに記載 ## ライセンス MIT License です。詳細は [LICENSE](./LICENSE) を参照してください。