Inconsitent handling of <bx pos="begin" in extraction to moses inline format

Issue #409 resolved
Former user created an issue

Original issue 409 created by toma...@moravia.com on 2014-07-16T16:31:05.000Z:

What steps will reproduce the problem?
1. Download the attached test-tikalu.tmx file.
2. Run the extraction into moses inline (wiht two files as output) :

tikal.sh -xm test-tiaklu.tmx -sl EN-Us -tl CS_CZ -2

  1. Expected : the <bx pos="begin"> will be exported as <bx id="1"/> in both English and Czech file.

  2. Examined: In Czech file the result is <g id="1">.

Important - this inconsitency breaks functionality of other tools (m4loc for example) as apparently the g tag is not closed.

I would appreciate

See attached test-tikalu.tmx.en-us and test-tikalu.tmx.cs-cz.

Tested on M24 an M25 in Suse Linux , but no difference found.

Comments (2)

  1. Former user Account Deleted
    • changed status to open

    Comment 1. originally posted by @fliden on 2014-07-19T17:50:59.000Z:

    Thanks, looks like a possible bug in the TMX filter.

  2. Former user Account Deleted

    Comment 2. originally posted by @ysavourel on 2014-07-25T11:02:15.000Z:

    Fredrik fixed the issue.
    The latest snapshot has the fix.

  3. Log in to comment