You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/06/23 18:46:04 UTC

[53/60] incubator-joshua git commit: Merge branch 'maven-multi-module' of https://github.com/logogin/incubator-joshua into maven-multi-module

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/1bb8a203/joshua-core/src/test/resources/server/http/expected
----------------------------------------------------------------------
diff --cc joshua-core/src/test/resources/server/http/expected
index 0000000,11ea273..d0a254b
mode 000000,100644..100644
--- a/joshua-core/src/test/resources/server/http/expected
+++ b/joshua-core/src/test/resources/server/http/expected
@@@ -1,0 -1,15 +1,16 @@@
+ {
+   "data": {
+     "translations": [
+       {
+         "translatedText": "I_OOV love_OOV it_OOV when_OOV I_OOV get_OOV the_OOV house_OOV clean_OOV before_OOV the_OOV weekend_OOV",
+         "raw_nbest": [
+           {
+             "hyp": "I_OOV love_OOV it_OOV when_OOV I_OOV get_OOV the_OOV house_OOV clean_OOV before_OOV the_OOV weekend_OOV",
+             "totalScore": 0.0
+           }
+         ]
+       }
+     ]
 -  }
++  },
++  "metadata": []
+ }