Skip to content

Commit

Permalink
spans must be in consistent format start-end, not start,end
Browse files Browse the repository at this point in the history
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3860 1f5c12ca-751b-0410-a591-d2e778427230
  • Loading branch information
hieuhoang1972 committed Feb 1, 2011
1 parent 17adc3f commit 9b226e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions regression-testing/tests/phrase.xml-markup/to-translate.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
das ist ein kleines <n english="dwelling" prob="0.8">haus</n> .
das ist ein kleines <n english="dwelling||building" prob="0.6||0.4">haus</n> .
das ist ein kleines <n english="dwelling||building" prob="0.6||100.0">haus</n> .
<n english="dwelling||building" prob="10.6||0.4" span="4,4" />das ist ein kleines haus .
<n english="dwelling" prob="10.6" span="4,4" />das ist ein kleines haus .
<n english="nice place" prob="4.0" span="3,4" /><n english="dwelling" prob="10.6" span="4,4" />das ist ein kleines haus .
<n english="dwelling||building" prob="10.6||0.4" span="4-4" />das ist ein kleines haus .
<n english="dwelling" prob="10.6" span="4-4" />das ist ein kleines haus .
<n english="nice place" prob="4.0" span="3-4" /><n english="dwelling" prob="10.6" span="4-4" />das ist ein kleines haus .

0 comments on commit 9b226e4

Please sign in to comment.