#include <fstream>
#include <sstream>
#include <stdlib.h>
#include "boss_utility/boss_config.h"
#include "boss_utility/boss_utility.h"
#include "sentenceentry.h"
Functions | |
bool | isComment (const string &s) |
string | basename (const string &name, const string &suffix) |
void | blf2xml (const string &file_name, const string &result_name, const string &ext) |
int | main (int argc, char *argv[]) |
Variables | |
const char | XMLHeader [] = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" |
const char | USAGE [] = "blf2xml -inv inventory [-lext blf_extension] [-xext xml_extension] [-ldir blf_dir] [-xdir xml_dir] -list filelist | labelfile1, labelfile2, ..." |
|
|
|
|
|
|
|
|
|
|
|
|