|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Static Public Member Functions | |
| static SWIGTYPE_p_unsigned_int | new_unsigned_array (int nelements) |
| static void | delete_unsigned_array (SWIGTYPE_p_unsigned_int ary) |
| static long | unsigned_array_getitem (SWIGTYPE_p_unsigned_int ary, int index) |
| static void | unsigned_array_setitem (SWIGTYPE_p_unsigned_int ary, int index, long value) |
| static SWIGTYPE_p_Ngram | initLM (int order, int start_id, int end_id) |
| static SWIGTYPE_p_Vocab | initVocab (int start, int end) |
| static long | getIndexForWord (String s) |
| static String | getWordForIndex (long i) |
| static int | readLM (SWIGTYPE_p_Ngram ngram, String filename) |
| static float | getWordProb (SWIGTYPE_p_Ngram ngram, long word, SWIGTYPE_p_unsigned_int context) |
| static float | getProb_lzf (SWIGTYPE_p_Ngram ngram, SWIGTYPE_p_unsigned_int context, int hist_size, long cur_wrd) |
| static long | getBOW_depth (SWIGTYPE_p_Ngram ngram, SWIGTYPE_p_unsigned_int context, int hist_size) |
| static float | get_backoff_weight_sum (SWIGTYPE_p_Ngram ngram, SWIGTYPE_p_unsigned_int context, int hist_size, int min_len) |
| static int | getVocab_None () |
| static void | write_vocab_map (SWIGTYPE_p_Vocab vo, String fname) |
| static void | write_default_vocab_map (String fname) |
| static String | getWordForIndex_Vocab (SWIGTYPE_p_Vocab vo, long i) |
| static long | getIndexForWord_Vocab (SWIGTYPE_p_Vocab vo, String s) |
| static void joshua.decoder.ff.lm.srilm.srilm.delete_unsigned_array | ( | SWIGTYPE_p_unsigned_int | ary | ) | [static] |
| static float joshua.decoder.ff.lm.srilm.srilm.get_backoff_weight_sum | ( | SWIGTYPE_p_Ngram | ngram, |
| SWIGTYPE_p_unsigned_int | context, | ||
| int | hist_size, | ||
| int | min_len | ||
| ) | [static] |
| static long joshua.decoder.ff.lm.srilm.srilm.getBOW_depth | ( | SWIGTYPE_p_Ngram | ngram, |
| SWIGTYPE_p_unsigned_int | context, | ||
| int | hist_size | ||
| ) | [static] |
| static long joshua.decoder.ff.lm.srilm.srilm.getIndexForWord | ( | String | s | ) | [static] |
| static long joshua.decoder.ff.lm.srilm.srilm.getIndexForWord_Vocab | ( | SWIGTYPE_p_Vocab | vo, |
| String | s | ||
| ) | [static] |
| static float joshua.decoder.ff.lm.srilm.srilm.getProb_lzf | ( | SWIGTYPE_p_Ngram | ngram, |
| SWIGTYPE_p_unsigned_int | context, | ||
| int | hist_size, | ||
| long | cur_wrd | ||
| ) | [static] |
| static int joshua.decoder.ff.lm.srilm.srilm.getVocab_None | ( | ) | [static] |
| static String joshua.decoder.ff.lm.srilm.srilm.getWordForIndex | ( | long | i | ) | [static] |
| static String joshua.decoder.ff.lm.srilm.srilm.getWordForIndex_Vocab | ( | SWIGTYPE_p_Vocab | vo, |
| long | i | ||
| ) | [static] |
| static float joshua.decoder.ff.lm.srilm.srilm.getWordProb | ( | SWIGTYPE_p_Ngram | ngram, |
| long | word, | ||
| SWIGTYPE_p_unsigned_int | context | ||
| ) | [static] |
| static SWIGTYPE_p_Ngram joshua.decoder.ff.lm.srilm.srilm.initLM | ( | int | order, |
| int | start_id, | ||
| int | end_id | ||
| ) | [static] |
| static SWIGTYPE_p_Vocab joshua.decoder.ff.lm.srilm.srilm.initVocab | ( | int | start, |
| int | end | ||
| ) | [static] |
| static SWIGTYPE_p_unsigned_int joshua.decoder.ff.lm.srilm.srilm.new_unsigned_array | ( | int | nelements | ) | [static] |
| static int joshua.decoder.ff.lm.srilm.srilm.readLM | ( | SWIGTYPE_p_Ngram | ngram, |
| String | filename | ||
| ) | [static] |
| static long joshua.decoder.ff.lm.srilm.srilm.unsigned_array_getitem | ( | SWIGTYPE_p_unsigned_int | ary, |
| int | index | ||
| ) | [static] |
| static void joshua.decoder.ff.lm.srilm.srilm.unsigned_array_setitem | ( | SWIGTYPE_p_unsigned_int | ary, |
| int | index, | ||
| long | value | ||
| ) | [static] |
| static void joshua.decoder.ff.lm.srilm.srilm.write_default_vocab_map | ( | String | fname | ) | [static] |
| static void joshua.decoder.ff.lm.srilm.srilm.write_vocab_map | ( | SWIGTYPE_p_Vocab | vo, |
| String | fname | ||
| ) | [static] |