DOKK / manpages / debian 12 / libxml-tmx-perl / tmx-POStagger.1p.en
TMX-POSTAGGER(1p) User Contributed Perl Documentation TMX-POSTAGGER(1p)

tmx-POStagger - POStaggers translation units on a tmx file.

version 0.39

   tmx-POStagger file.tmx      # creates pos_file.tmx
   tmx-POStagger -o=out.tmx file.tmx
        -ner    ... tags multiword named entities
        -dates
        -compact

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 POStaggerr might be implemented.

-ner -- groups Proper names with tag "mwe"

   which     which    WDT
   includes  include  VBZ
   <mwe lema="edward_cole" pos="NP00000">
   Edward          
   Cole
   </mwe>

-compact

-dates

XML::TMX, Lingua::FreeLing3

  • Alberto Simões <ambs@cpan.org>
  • José João Almeida <jj@di.uminho.pt>

This software is copyright (c) 2010-2017 by Projeto Natura <natura@di.uminho.pt>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2022-07-11 perl v5.34.0