SJ4 is a fork of SJ3
Find a file
2026-06-20 02:18:45 +09:00
config import 2008-01-11 11:57:08 +00:00
dict WIP Unicode 2026-06-19 04:55:57 +09:00
doc Remove obsolete documents and README 2026-06-20 02:18:45 +09:00
include Rename to Sj4 2026-06-20 02:12:04 +09:00
lib Rename to Sj4 2026-06-20 02:12:04 +09:00
src Rename to Sj4 2026-06-20 02:12:04 +09:00
.clang-format Format 2026-06-19 01:49:53 +09:00
.gitignore Fix sj3mkdic 2026-06-19 01:47:46 +09:00
CHANGES.eucJP import 2008-01-11 11:57:08 +00:00
CMakeLists.txt Rename to Sj4 2026-06-20 02:12:04 +09:00
format.sh UTF-8 dictionary 2026-06-19 18:21:53 +09:00
README Remove obsolete documents and README 2026-06-20 02:18:45 +09:00
watcom.sh Apply same build options to Watcom one 2026-06-20 01:38:32 +09:00

* What's SJ4
	SJ3 is a fork of SJ3, which is a Japanese input system developed
	by Sony Corporation.

* How to make
	In `build' directory,

	$ cmake ..
	$ make

* Source tree
	include		Header files

	lib/sj3core	Kana-Kanji conversion library

	lib/sj3rkcv	Roma-Kana conversion library

	dict		Main dictionary(text file)

	src/sj3mkdic	Tool for converting main dictionary from text file
			to binary file

	src/sj3test	Demonstration program for Kana-Kanji conversion

	doc/man		Online manual(Japanese)
	doc/doc		Operation guide for SJ3 and other documents(Japanese)

* Tested machine
	PC				Linux 6.6.87.2-microsoft-standard-WSL2 
					Windows 11

* Bug report
	If some bugs are found, please send bug report(Japanese or English)
	https://forgejo.nishi.boats/pyrite-dev/sj4
	or send me email at nishi@nishi.boats.

* Acknowledgements

	I would like to thank to the people who worked on Sj3 originally,
	including Sony Corporation.

                                                              June 20, 2026

                                                                      Nishi
                                                    Pyrite development team