Importing a tmx file into a Trados translation memory

I have a large sentence archive from IBM Personal Translator that I am trying to import into Trados. It is not working. Any suggestions as to why?

Parents Reply
  • What I am now hoping to learn is how to use Olifant to enable me to export my Linguatec tmx file into a Trados tmx file. Do you know how to do this?

    I wouldn't even entertain this route without seeing the file first.  Can you provide the details I asked for earlier?

    The most common problem with importing TMX files, if the file is well formed and a valid TMX, is the information in the header.  Can you use a text editor to delete all the contents of your TMX apart from the header and the first translation unit, then share with us?  Like this for example:

    <?xml version="1.0" encoding="utf-8"?>
    <tmx version="1.4">
      <header creationtool="SDL Language Platform" creationtoolversion="8.1" o-tmf="SDL TM8 Format" datatype="xml" segtype="sentence" adminlang="en-US" srclang="en-US" creationdate="20170918T092759Z" creationid="GLOBAL\pfilkin">
        <prop type="x-Model:SinglePicklist">Aston Martin,Austro-Daimler,Bugatti,Duesenberg,Ferrari,Horse Carriage,Jaguar,McLaren,Mercedes,Shelby,Stanley</prop>
        <prop type="x-Year:Integer"></prop>
        <prop type="x-Quality:Integer"></prop>
        <prop type="x-SourceFile:SingleString"></prop>
        <prop type="x-TargetFile:SingleString"></prop>
        <prop type="x-Recognizers">RecognizeAll</prop>
        <prop type="x-IncludesContextContent">True</prop>
        <prop type="x-TMName">en(US) - de(DE) {Fastest Production Cars}</prop>
        <prop type="x-TokenizerFlags">DefaultFlags</prop>
        <prop type="x-WordCountFlags">DefaultFlags</prop>
      </header>
      <body>
        <tu creationdate="20170918T093522Z" creationid="GLOBAL\pfilkin" changedate="20170918T093844Z" changeid="GLOBAL\pfilkin" lastusagedate="20200817T084158Z" usagecount="1">
          <prop type="x-LastUsedBy">GLOBAL\pfilkin</prop>
          <prop type="x-Context">0, 0</prop>
          <prop type="x-Origin">TM</prop>
          <prop type="x-ConfirmationLevel">Translated</prop>
          <prop type="x-Year:Integer">1880</prop>
          <prop type="x-Model:SinglePicklist">Horse Carriage</prop>
          <tuv xml:lang="en-US">
            <seg>I know, I know, this is not a car, it’s a horse-drawn carriage — but we needed a reference point.</seg>
          </tuv>
          <tuv xml:lang="de-DE">
            <seg>Ich weiß, ich weiß, das ist kein Auto, sondern eine Pferdekutsche - aber wir brauchten einen Bezugspunkt.</seg>
          </tuv>
        </tu>
      </body>
    </tmx>

    Paul Filkin | RWS

    Design your own training!
    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

Children