Skip to content
/ Hizk Public
forked from google/mozc

GPT-4搭載の「意味から変換する」次世代IME

License

Notifications You must be signed in to change notification settings

Team-Hmm/Hizk

 
 

Repository files navigation

Copyright 2010-2024 Google LLC
Copyright 2024-2024 kokastar,YukkuriPanda

System Requirements

64bit Windows10以降をサポートします。
LinuxやMacOSでは動作しません。
また、ビルド時に十分なストレージ容量が必要となります。

プログラムの仕様上トロイの木馬と同じ挙動をするため、ウイルス対策ソフトによっては誤検知されることがあります。その場合は、ウイルス対策ソフトの設定を変更するか、このソフトウェアを使用しないでください。

How to Use

How to Build の章に従いビルドを行ってください。
その後生成される.msiファイルを実行してインストールすれば導入完了です。

Win+SpaceキーでIMEを切り替えて入力をします。変換したい文字列の最後に「。」を入れて変換することで、意味から変換することができます。

How to Build

1.OpenAI API keyを取得してください。
2.Visual Studio 2022 Community Editionをインストールします。この時、以下の項目をインストールするようにしてください。

  • 「Desktop development with C++」
  • 「Git for Windows」

3.Python3(3.9以降)をMicrosoft Store等でインストールしてください。
4.Developer PowerShell for VS 2022を起動してください。今後のコマンドはすべてここで実行してください。
5.このリポジトリをクローンして、srcディレクトリに移動します。

git clone https://github.com/Team-Hmm/Hizk.git
cd mozc\src

6.src\converter\segments.hの1行目YOUR_API_KEYの部分を、1.で取得したAPIキーに書き換えます。
7.以下のコマンドを実行して、追加のツール(Ninja 1.11.0Qt 6.6.2WiX 3.14git submodules)を入手します。

python -m pip install six requests
python build_tools/update_deps.py

8.ビルドシステムのセットアップを行うために以下のコマンドを実行します。

"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsamd64_x86.bat"

9.QtとHizkのビルドを以下のコマンドで行います。

python build_mozc.py gyp
python build_mozc.py build -c Release package

10.以下のコマンドを実行するか、src\out_win\Release\Mozc64.msiを実行してインストールします。

out_win\Release\Mozc64.msi

License

All Hizk code written by Google & Team-Hmm is released under The BSD 3-Clause License. For third party code under src/third_party directory, see each sub directory to find the copyright notice. Note also that outside src/third_party following directories contain third party code.

Mixed. See src/data/dictionary_oss/README.txt

The same to src/data/dictionary_oss/. See src/data/dictionary_oss/README.txt

Public Domain. See the comment in src/data/test/stress_test/sentences.txt

UNICODE, INC. LICENSE AGREEMENT. See each file header for details.

About

GPT-4搭載の「意味から変換する」次世代IME

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.8%
  • Python 7.8%
  • Starlark 5.1%
  • Objective-C++ 1.7%
  • Emacs Lisp 0.7%
  • Objective-C 0.3%
  • Other 0.6%