Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.decoder.Support Class Reference

List of all members.

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 ()

Detailed Description

Author:
Zhifei Li, zhife.nosp@m.i.wo.nosp@m.rk@gm.nosp@m.ail..nosp@m.com
Version:
$LastChangedDate$

Member Function Documentation

static void joshua.decoder.Support.collectGarbage ( ) [static, private]

Here is the caller graph for this function:

static long joshua.decoder.Support.current_time ( ) [static]
static double joshua.decoder.Support.findMax ( double  a,
double  b 
) [static]

Here is the caller graph for this function:

static double joshua.decoder.Support.findMin ( double  a,
double  b 
) [static]

Here is the caller graph for this function:

static long joshua.decoder.Support.getMemoryUse ( ) [static]

Here is the call graph for this function:

Here is the caller graph for this function:

static void joshua.decoder.Support.putOutTheGarbage ( ) [static, private]

Here is the call graph for this function:

Here is the caller graph for this function:

static int [] joshua.decoder.Support.sub_int_array ( int[]  in,
int  start,
int  end 
) [static]
Parameters:
startinclusive
endexclusive

Here is the caller graph for this function:

static int [] joshua.decoder.Support.subIntArray ( List< Integer >  in,
int  start,
int  end 
) [static]
Parameters:
startinclusive
endexclusive

Here is the caller graph for this function: