Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 29-Dec-2018 | - | ||||
include/ | H | 29-Dec-2018 | - | 471 | 418 | |
lib/ | H | 29-Dec-2018 | - | 38,708 | 37,198 | |
ARTISTIC | H A D | 11-Apr-2017 | 6.3 KiB | 125 | 104 | |
COPYING | H A D | 11-Apr-2017 | 12.3 KiB | 252 | 200 | |
ChangeLog | H A D | 11-Apr-2017 | 10.6 KiB | 328 | 292 | |
ChangeLog.REL1 | H A D | 11-Apr-2017 | 2.4 KiB | 64 | 55 | |
README | H A D | 11-Apr-2017 | 1.4 KiB | 61 | 40 | |
README.ja_JP | H A D | 11-Apr-2017 | 1.7 KiB | 61 | 40 | |
UNICODE | H A D | 11-Apr-2017 | 6 | 2 | 1 | |
VERSION | H A D | 11-Apr-2017 | 6 | 2 | 1 |
README
1========================================== 2Sombok - Unicode Text Segmentation Package 3========================================== 4 5Sombok is Copyright (C) 2009-2014, by Hatuka*nezumi - IKEDA Soji. 6 7It is free software; you can redistribute it and/or modify it under the 8terms of either: 9 10a) the GNU General Public License as published by the Free Software 11 Foundation; either version 1, or (at your option) any later version, 12 or 13 14b) the "Artistic License". 15 16---- 17 18See the COPYING and the ARTISTIC files for more details. 19 20What is this 21============ 22 23Sombok library package performs Line Breaking Algorithm described in 24Unicode Standard Annex #14 (UAX #14). East_Asian_Width informative 25properties defined by Annex #11 (UAX #11) may be concerned to determin 26breaking positions. This package also implements "default" Grapheme 27Cluster segmentation described in Annex #29 (UAX #29). 28 29Getting Sombok 30============== 31 32You can get Sombok from: 33 https://github.com/hatukanezumi/sombok.git 34 35Installing 36========== 37 38See INSTALL. 39 40Name 41==== 42 43"Sombok" (or "sambak") is Korean onomatopeic word to represent "cutting 44cleanly". It is not connected to Khmer word "sombok" nor Afrikaans word 45"sjambok". 46 47Language bindings 48================= 49 50Perl 51 Unicode-LineBreak: http://search.cpan.org/dist/Unicode-LineBreak/ 52 53Python 54 pytextseg: http://pypi.python.org/pypi/pytextseg/ 55 56Author 57====== 58 59Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>. 60 61
README.ja_JP
1========================================= 2Sombok - ユニコードテキスト分節パッケージ 3========================================= 4 5Sombok is Copyright (C) 2009-2014, by Hatuka*nezumi - IKEDA Soji. 6 7It is free software; you can redistribute it and/or modify it under the 8terms of either: 9 10a) the GNU General Public License as published by the Free Software 11 Foundation; either version 1, or (at your option) any later version, 12 or 13 14b) the "Artistic License". 15 16---- 17 18See the COPYING and the ARTISTIC files for more details. 19 20これはなにか 21============ 22 23ソンボク (sombok) ライブラリパッケージは、ユニコード標準附属書14 (UAX 24#14) に述べる「ユニコード行分割アルゴリズム」を実行できます。附属書11 25(UAX #11) で定義する East_Asian_Width 参考特性を考慮して行分割位置を決定 26できます。またこのパッケージでは、附属書29 (UAX #29) で述べる「初期の」 27書記素クラスタをも実装しています。 28 29ソンボクの入手 30============== 31 32ソンボクは次の場所で入手できます。 33 https://github.com/hatukanezumi/sombok.git 34 35インストール 36============ 37 38INSTALL.ja_JP を参照。 39 40名前 41==== 42 43「ソンボク」の名は、朝鮮語で「すぱっと切る」という様子を表す擬態語 (「サ 44ンバク」も使います) にちなんでいます。クメール語の「ソンボック」や 45アフリカーンス語の「シャンボク」とは関係ありません。 46 47言語バインディング 48================== 49 50Perl 51 Unicode-LineBreak: http://search.cpan.org/dist/Unicode-LineBreak/ 52 53Python 54 pytextseg: http://pypi.python.org/pypi/pytextseg/ 55 56著者 57==== 58 59Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>. 60 61