Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
float | read (ByteBuffer stream, int position) |
void | write (ByteBuffer stream, float value) |
String | getKey () |
void | writeState (DataOutputStream out) throws IOException |
void | readState (DataInputStream in) throws IOException |
int | size () |
String joshua.util.encoding.FloatEncoder.getKey | ( | ) |
Implemented in joshua.util.encoding.PrimitiveFloatEncoder, and joshua.util.encoding.EightBitQuantizer.
float joshua.util.encoding.FloatEncoder.read | ( | ByteBuffer | stream, |
int | position | ||
) |
Implemented in joshua.util.encoding.PrimitiveFloatEncoder, and joshua.util.encoding.EightBitQuantizer.
void joshua.util.encoding.FloatEncoder.readState | ( | DataInputStream | in | ) | throws IOException |
Implemented in joshua.util.encoding.PrimitiveFloatEncoder, and joshua.util.encoding.EightBitQuantizer.
Implemented in joshua.util.encoding.PrimitiveFloatEncoder, and joshua.util.encoding.EightBitQuantizer.
void joshua.util.encoding.FloatEncoder.write | ( | ByteBuffer | stream, |
float | value | ||
) |
Implemented in joshua.util.encoding.PrimitiveFloatEncoder, and joshua.util.encoding.EightBitQuantizer.
void joshua.util.encoding.FloatEncoder.writeState | ( | DataOutputStream | out | ) | throws IOException |
Implemented in joshua.util.encoding.PrimitiveFloatEncoder, and joshua.util.encoding.EightBitQuantizer.