Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.33 KB

File metadata and controls

35 lines (23 loc) · 1.33 KB

SRXEditor logo SRXEditor

SRXEditor is a cross-platform editor of segmentation rules, designed to use Segmentation Rules eXchange (SRX) 2.0, the open XML-based standard for segmentation published by LISA.

You can use SRXEditor to create new SRX files and edit existing ones. It also can be used for testing segmentation rules to ensure that they break text as expected.

SRXEditor includes a sample file in SRX 2.0 format with a default set of segmentation rules supporting most standard cases. It also includes segmentation rules specific for these languages:

Catalan German Chinese Italian
Czech Japanese Danish Polish
Dutch Portuguese English Spanish
Finnish Swedish French Thai

Ready to use installers are available at SRXEditor's Home Page.

Build Requirements

Build Procedure

  • Clone this repository
  • Run npm install
git clone https://github.com/maxprograms-com/SRXEditor.git
cd SRXEditor
npm install

Running the Application

  • Run npm start