No description
  • C 99.6%
  • Makefile 0.4%
Find a file
Masanori Ogino fa09d0cfec Release 2.0.92
Signed-off-by: Masanori Ogino <mogino@acm.org>
2023-11-27 15:27:18 +09:00
demo Import SJ3 2.0.1.20 2023-11-26 06:45:00 +09:00
dict Flatten sj3mkdic 2023-11-27 14:40:59 +09:00
doc Import patches from pkgsrc 2023-11-27 11:14:37 +09:00
include Add instructions for testing 2023-11-27 15:22:42 +09:00
kanakan Import sj3-patches-20040916 2023-11-27 11:34:52 +09:00
LICENSES Add README and LICENSES 2023-11-27 09:31:14 +09:00
server Build with CMake 2023-11-27 11:46:25 +09:00
sj3 Import sj3-patches-20040916 2023-11-27 11:34:52 +09:00
sj3dic Import sj3-patches-20040916 2023-11-27 11:34:52 +09:00
sj3h Import SJ3 2.0.1.20 2023-11-26 06:45:00 +09:00
sj3lib Import sj3-patches-20040916 2023-11-27 11:34:52 +09:00
sj3mkdic Build sj3mkdic with CMake 2023-11-27 14:55:03 +09:00
sj3rkcv Import patches from pkgsrc 2023-11-27 11:14:37 +09:00
sj3stat Import sj3-patches-20040916 2023-11-27 11:34:52 +09:00
.gitignore Add instructions for testing 2023-11-27 15:22:42 +09:00
CMakeLists.txt Release 2.0.92 2023-11-27 15:27:18 +09:00
CREDITS Add Noriyuki Soda to CREDITS 2023-11-27 11:51:47 +09:00
Imakefile Import SJ3 2.0.1.20 2023-11-26 06:45:00 +09:00
README.md Add instructions for testing 2023-11-27 15:22:42 +09:00
sj3.tmpl Import patches from pkgsrc 2023-11-27 11:14:37 +09:00

SJ3

Summary

SJ3 is a kana-kanji conversion system for Japanese text input.

License

Unless otherwise noted, SJ3 is released under the MIT License.

Installation

NB: Ugly hacks here and there...

cmake -B build -DCMAKE_C_FLAGS="-w"
cmake --build build
./build/sj3mkdic dict/visual.dic dict/sj3main.dic > /dev/null
sudo cp ./build/sj3serv /usr/local/bin/
sudo mkdir -p /usr/local/share/sj3/dict
sudo cp ./dict/sj3main.dic /usr/local/share/sj3/dict/
sudo mkdir -p /usr/local/lib/sj3
sudo cp ./server/serverrc /usr/local/lib/sj3/
sudo uim-module-manager --register sj3
uim-pref-gtk3
# Enable SJ3
# Modify socket path to /tmp/sj3sock
# Press OK
# Restart X session

Acknowledgments

We highly appreciate the release of SJ3 source code as a free and open source software by Sony Corporation.