Offers are for commercial and industrial customers only.
All prices are net.
Complete Price Sheet.
Not sure which edition is the right one? Visit our Edition Comparison
Sisulizer version 4 is a paid update recommended for all Sisulizer customers.
Still using Sisulizer 3 or Sisulizer 1.x/2008/2010?
Time to update to version 4 now and profit from all new features in version 4.
Version 4 Build 374 released
11/30/2018
The new build comes with many new features. [...]
Tutorials
3/5/2019
Tutorials updated [...]
.NET Support updated
6/14/2018
New in May 2018: [...]
Sisulizer 4 Build 366
3/1/2017
Build 366 - support for Visual Studio 2017 [...]
10 Years Sisulizer
8/5/2016
Celebrate and save Big. [...]
to reach international customers with software in their language
to localize their in-house software in the international subsidiaries
to build multilingual custom software for their clients' enterprises
as Localization Service Providers because it is the localization tool of their customers
to localize software at Government Agencies
To teach software localization at Universities
for software localization on Electronic Devices
To translate software for Biomedical Hardware
to localize software in the Mining Industry
to create multilingual software for Mechanical Engineering
Segmentation is a feature that breaks paragraphs to sentences to help the translation work. This means that a single paragraph that is a continuous text will be splitted into several sentences. Segmentation rules decide how the breaking is done. Sisulizer uses Segmentation Rules Exchange (SRX) standard to specify the segmentation rules. Choose Tools | General menu and select Segmentation sheet to view and edit segmentation rules.
For a complete set of documentation pages for SRX go to http://www.lisa.org/standards/srx/srx.html.
SRX uses regular expressions to describe the rules. Regular expressions are very powerful to describe string patterns.
For regular expression syntax documentation pages goto http://icu.sourceforge.net/userguide/regexp.html
Let's have few rule examples:
Rule type | Before break | After Break | Language | Description |
---|---|---|---|---|
Break | [\.\?!]+ |
\s+ |
All | A break occurs when there is one or more period, question mark, or exclamation mark following one or more white space (space, tab or new line). For example: Skiing is fun. Swimming is fun tool. Underline shows the break pattern. |
Break | [。\.\?!]+ |
\s+ |
Japanese | A break occurs when there is one or more Asian full stop (Unicode 0x3002), period, question mark, or exclamation mark following one or more white space. For example: 私は東京に住んでいます。東京は大きいです。 Underline shows the break pattern. |
Exception | [a-zà-ö0-9]\. |
\s+[a-zà-ö] |
All | Disables a break when a lower case character or a number is followed by a period, one ore more white space, and one lower case character. For example: Raaka-aineena voidaan käyttää esim. vanhoja autonrenkaita. Underline shows the pattern that is not a break even some break rule would indicate so. |
Exception | (^|[\s\(\[])Mr. |
\s+ |
English | Disables a break whenever there is Mr. abbreviation either in the beginning of the sentence or following white space, parenthesis, or bracket. For example: The British Prime Minister is Mr. Blair. Underline shows the pattern that is not a break even some break rule would indicate so. |
Sisulizer contains both generic segmentation rules (e.g. language indecent rules) and language specific rules. You can add your own rules or remove build in rules.
Segmentation is available with following source types: HTML and XML files, and database data. By default it is turned off. You have to turn it on by using source's property dialog.