• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..29-Dec-2018-

include/H29-Dec-2018-471418

lib/H29-Dec-2018-38,70837,198

ARTISTICH A D11-Apr-20176.3 KiB125104

COPYINGH A D11-Apr-201712.3 KiB252200

ChangeLogH A D11-Apr-201710.6 KiB328292

ChangeLog.REL1H A D11-Apr-20172.4 KiB6455

READMEH A D11-Apr-20171.4 KiB6140

README.ja_JPH A D11-Apr-20171.7 KiB6140

UNICODEH A D11-Apr-20176 21

VERSIONH A D11-Apr-20176 21

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