HomeSort by relevance Sort by last modified time
    Searched defs:swap (Results 1 - 2 of 2) sorted by null

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ids2ngram/
ids2ngram.cpp 72 void ProcessingRead(FILE *fp, FILE* swap, std::vector<long>& para_offsets, size_t paraMax)
87 WriteOut(swap, map);
88 para_offsets.push_back(ftell(swap));
94 WriteOut(swap, map);
95 para_offsets.push_back(ftell(swap));
103 {"swap", 1, 0, 's'},
126 printf(" Following example will use three input idstream file idsfile[1,2,3] to generate the idngram file all.id3gram. Each para (internal map size or hash size) would be 1024000, using swap file for temp result. All temp para result would final be merged to got the final result.\n");
127 printf("\tids2idngram -n 3 -s /tmp/swap -o all.id3gram -p 1024000 idsfile1 idsfile2 idsfile3\n\n");
163 FILE *swap = fopen(swapfile, "wb+"); local
171 ProcessingRead<1>(fp, swap, para_offsets, paraMax)
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/slm/ids2ngram/
ids2ngram.cpp 72 void ProcessingRead(FILE *fp, FILE* swap, std::vector<long>& para_offsets, size_t paraMax)
87 WriteOut(swap, map);
88 para_offsets.push_back(ftell(swap));
94 WriteOut(swap, map);
95 para_offsets.push_back(ftell(swap));
103 {"swap", 1, 0, 's'},
126 printf(" Following example will use three input idstream file idsfile[1,2,3] to generate the idngram file all.id3gram. Each para (internal map size or hash size) would be 1024000, using swap file for temp result. All temp para result would final be merged to got the final result.\n");
127 printf("\tids2idngram -n 3 -s /tmp/swap -o all.id3gram -p 1024000 idsfile1 idsfile2 idsfile3\n\n");
163 FILE *swap = fopen(swapfile, "wb+"); local
171 ProcessingRead<1>(fp, swap, para_offsets, paraMax)
    [all...]

Completed in 4019 milliseconds