Length limitation in batch Translation

Issue #230 resolved
Former user created an issue

Original [issue 230](https://code.google.com/p/okapi/issues/detail?id=230) created by @ysavourel on 2012-05-16T11:41:50.000Z:

In the batch translation step, a segment cannot be larger than MAXINT because the temporary binary store used DataOutputStream.writeUTF() which uses an int for storing the length. We need to have a special multi-write method for very long strings. There may be one to re-use from the Vignette Filter.

Comments (3)

  1. Log in to comment