No description
  • C 99.6%
  • Makefile 0.4%
Find a file
Masanori Ogino 1c5d88c05c Release 2.0.97
Signed-off-by: Masanori Ogino <mogino@acm.org>
2023-12-01 17:13:13 +09:00
dict dict: Use unified license boilerplate 2023-11-29 06:59:17 +09:00
Documentation/historical Use unified license boilerplate 2023-11-29 11:13:32 +09:00
include Output all logs to /dev/console 2023-12-01 15:35:00 +09:00
kanakan Revert "Move libraries into lib/" 2023-11-30 13:44:37 +09:00
LICENSES sj3serv: Borrow logging library from OpenBSD 2023-11-29 19:46:23 +09:00
sj3dic Fix -Wimplicit-int warning 2023-11-30 09:52:45 +09:00
sj3lib sj3lib: Make string APIs public 2023-11-30 14:51:05 +09:00
sj3mkdic sj3mkdic: Convert GramTable to UTF-8 2023-11-30 11:42:48 +09:00
sj3serv sj3kkcd: Rename the new server impl to sj3kkcd 2023-11-30 13:35:24 +09:00
.git-blame-ignore-revs Let git-blame(1) ignore e00547f4 2023-11-30 08:49:49 +09:00
.gitignore .gitignore: Use unified license boilerplate 2023-11-29 10:07:24 +09:00
CMakeLists.txt Release 2.0.97 2023-12-01 17:13:13 +09:00
CREDITS Add Takayoshi Sasano to CREDITS 2023-11-29 21:45:16 +09:00
Paths.h.in Generate Paths.h by CMake 2023-12-01 15:24:56 +09:00
README.md Update README 2023-11-30 14:30:25 +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.

sj3kkcd/log.c and sj3kkcd/log.h are released under the ISC License.

Except as contained in this notice, the name of Sony Corporation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Sony Corporation.

Building

cmake -B build
cmake --build build

Acknowledgments

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