|
|
@ -376,8 +376,6 @@ int extractNewSheetNames(int argc, char *argv[])
|
|
|
|
NLLIGO::Register();
|
|
|
|
NLLIGO::Register();
|
|
|
|
CPrimitiveContext::instance().CurrentLigoConfig = &LigoConfig;
|
|
|
|
CPrimitiveContext::instance().CurrentLigoConfig = &LigoConfig;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// **** Parse all the different type of sheets
|
|
|
|
// **** Parse all the different type of sheets
|
|
|
|
const char *sheetDefs[]=
|
|
|
|
const char *sheetDefs[]=
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -401,7 +399,6 @@ int extractNewSheetNames(int argc, char *argv[])
|
|
|
|
extractNewWords(sheetDefs[i*4+0], sheetDefs[i*4+1], builder);
|
|
|
|
extractNewWords(sheetDefs[i*4+0], sheetDefs[i*4+1], builder);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// **** Parse place and region names
|
|
|
|
// **** Parse place and region names
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// build place names
|
|
|
|
// build place names
|
|
|
@ -412,7 +409,6 @@ int extractNewSheetNames(int argc, char *argv[])
|
|
|
|
extractNewWords("work/place_words_wk.txt", "placeId", builder);
|
|
|
|
extractNewWords("work/place_words_wk.txt", "placeId", builder);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|