logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tmx-tokenize - Tokenizes translation units on a tmx file.

Authors

       •   Alberto Simões <ambs@cpan.org>

       •   José João Almeida <jj@di.uminho.pt>

Description

       Although this script is bundled in "XML::TMX", it has a soft dependency on "Lingua::FreeLing3". Soft
       means that the dependency is not ensured at install time, and other features of the module can still be
       used without "Lingua::FreeLing3". Nevertheless, if you want to use this tool you should install that
       module.

       At the moment the supported languages are the same as supported by FreeLing3: English, Spanish, Russian,
       Portuguese and Italian.

       It your TMX file includes any other language, they will be maintained without a change.  This behavior
       can change in the future, as a basic regexp based tokenizer might be implemented.

Name

       tmx-tokenize - Tokenizes translation units on a tmx file.

See Also

       XML::TMX, Lingua::FreeLing3

Synopsis

          tmx-tokenize file.tmx  # creates t_file.tmx

          tmx-tokenize -o=out.tmx file.tmx

Version

       version 0.39

See Also