|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Static Public Member Functions | |
| static double | findMin (double a, double b) |
| static double | findMax (double a, double b) |
| static int[] | sub_int_array (int[] in, int start, int end) |
| static int[] | subIntArray (List< Integer > in, int start, int end) |
| static long | current_time () |
| static long | getMemoryUse () |
Static Private Member Functions | |
| static void | putOutTheGarbage () |
| static void | collectGarbage () |
| static void joshua.decoder.Support.collectGarbage | ( | ) | [static, private] |
| static long joshua.decoder.Support.current_time | ( | ) | [static] |
| static double joshua.decoder.Support.findMax | ( | double | a, |
| double | b | ||
| ) | [static] |
| static double joshua.decoder.Support.findMin | ( | double | a, |
| double | b | ||
| ) | [static] |
| static long joshua.decoder.Support.getMemoryUse | ( | ) | [static] |
| static void joshua.decoder.Support.putOutTheGarbage | ( | ) | [static, private] |
| static int [] joshua.decoder.Support.sub_int_array | ( | int[] | in, |
| int | start, | ||
| int | end | ||
| ) | [static] |
| start | inclusive |
| end | exclusive |
| static int [] joshua.decoder.Support.subIntArray | ( | List< Integer > | in, |
| int | start, | ||
| int | end | ||
| ) | [static] |
| start | inclusive |
| end | exclusive |