Skip to content

Impertatore/SdlXliffReaderExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDLXLIFF Reader Example

About

A simple standalone project for reading an SDLXLIFF file using the SDL FilterTypeSupport framework API.

The code demonstrates the following

  • Create a simple Standalone project that implements the FilterTypeSupport API from SDL
  • Open an SDLXLIFF file and iterate over the segments
  • How to recover the content from each segment (source & target) using the IMarkupDataVisitor
  • How to recover the word counts
  • Includes a tokenizer that recognizes the standard patterns (Dates, Times, Numbers, Acronymns, Variables, Measurements, Alphanumeric)

About

Example standalone project / read an SDLXLIFF file using the FileTypeSupport framework api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages