Download Latest Version sombok-2.3.1.tar.gz (527.8 kB)
Email in envelope

Get an email when there's a new version of Line Breaking (Line Folding) module

Home / sombok
Name Modified Size InfoDownloads / Week
Parent folder
sombok-2.3.1.tar.gz 2013-09-28 527.8 kB
sombok-2.3.1beta1.tar.gz 2013-03-26 571.0 kB
sombok-2.3.0.tar.gz 2012-10-01 542.5 kB
sombok-2.3.0gamma1.tar.gz 2012-08-18 443.8 kB
sombok-2.3.0beta1.tar.gz 2012-07-12 507.5 kB
sombok-2.2.1.tar.gz 2012-04-11 474.6 kB
sombok-2.2.0.tar.gz 2012-04-02 413.9 kB
sombok-2.2.0beta.tar.gz 2012-03-31 415.4 kB
README 2012-03-29 1.7 kB
sombok-2.1.1.tar.gz 2012-02-26 543.1 kB
sombok-2.1.0.tar.gz 2012-02-04 543.0 kB
sombok-2.1.0beta2.tar.gz 2012-01-29 543.3 kB
sombok-2.1.0beta.tar.gz 2012-01-01 538.9 kB
sombok-2.0.6.tar.gz 2011-11-02 529.3 kB
sombok-2.0.6beta2.tar.gz 2011-10-25 540.1 kB
sombok-2.0.6beta1.tar.gz 2011-10-22 538.2 kB
sombok-2.0.5.tar.gz 2011-04-23 416.6 kB
sombok-2011.5RC.tar.gz 2011-04-16 421.5 kB
sombok-2011.4.tar.gz 2011-03-31 415.8 kB
sombok-2011.3.tar.gz 2011-03-21 418.8 kB
sombok-2011.3RC.tar.gz 2011-03-13 411.9 kB
sombok-2011.2.tar.gz 2011-03-05 414.4 kB
sombok-2011.2beta1.tar.gz 2011-02-26 442.4 kB
sombok-2011.1.tar.gz 2011-02-19 436.0 kB
sombok-2011.1RC.tar.gz 2011-02-11 435.8 kB
sombok-2011.0.tar.gz 2011-01-30 408.9 kB
sombok-2011.0RC.tar.gz 2011-01-20 401.7 kB
Totals: 27 Items   12.3 MB 1
==========================================
Sombok - Unicode Text Segmentation Package
==========================================

Sombok is Copyright (C) 2009-2012, by Hatuka*nezumi - IKEDA Soji.

It is free software; you can redistribute it and/or modify it under the 
terms of either:

a) the GNU General Public License as published by the Free Software 
   Foundation; either version 1, or (at your option) any later version, 
   or

b) the "Artistic License".

----

See the COPYING and the ARTISTIC files for more details.

What is this
============

Sombok library package performs Line Breaking Algorithm described in 
Unicode Standard Annex #14 (UAX #14).  East_Asian_Width informative 
properties defined by Annex #11 (UAX #11) may be concerned to determin 
breaking positions.  This package also implements "default" Grapheme 
Cluster segmentation described in Annex #29 (UAX #29).

Getting Sombok
==============

You can get Sombok from:
    http://sf.net/projects/linefold/

Prerequisites
=============

* ANSI C compiler, for example GCC C Compiler, is required.

* Optionally, libthai package need to be installed to support Thai 
  word segmentation:

    http://linux.thai.net/projects/libthai

  In this case pkg-config is also required.

Install
=======

Extract tarball then run as follows:

  ./configure [options...]

  make

  make check

  make install

``./configure --help`` will show available options.

Language bindings
=================

Perl
    Unicode-LineBreak: http://search.cpan.org/dist/Unicode-LineBreak/

Python
    pytextseg: http://pypi.python.org/pypi/pytextseg/

Author
======

Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>.

Source: README, updated 2012-03-29