We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ echo "3 > 2" | apertium -f txt -d . nob-nno 3 > 2 $ echo "1 > 2" | apertium -f txt -d . -m word.tmx -o nob-nno nob-nno Error: Malformed input stream. $ echo "how about 1 < 2 then?" | apertium -f txt -d . -m word.tmx -o nob-nno nob-nno *how *about 1 # possible workarounds: $ echo "1 < 2" | apertium -f html -d . -m word.tmx -o nob-nno nob-nno 1 < 2 $ echo "1 < 2" | apertium -f html-noent -d . -m word.tmx -o nob-nno nob-nno 1 < 2 $ echo "1 < 2" | apertium -f html-alt -d . -m word.tmx -o nob-nno nob-nno 1 < 2
word.tmx is irrelevant:
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE tmx SYSTEM "tmx14.dtd"> <tmx version="1.4"> <header creationtool="Translate Toolkit - po2tmx" creationtoolversion="1.9.0" segtype="sentence" o-tmf="UTF-8" adminlang="nob" srclang="nno" datatype="PlainText"/> <body> <tu> <tuv xml:lang="nob"> <seg>foo</seg> </tuv> <tuv xml:lang="nno"> <seg>bar</seg> </tuv> </tu> </body> </tmx>
The text was updated successfully, but these errors were encountered:
$ printf '1 \< 2.[][\n]'| ~/PREFIX/lttoolbox/bin/lt-tmxproc -s -z tiny.tmx.bin 1 < 2.[][ ]
Sorry, something went wrong.
No branches or pull requests
word.tmx is irrelevant:
The text was updated successfully, but these errors were encountered: