parse-options.cc File Reference
#include <iostream>
#include <iomanip>
#include <fstream>
#include <algorithm>
#include <cstdlib>
#include <cassert>
#include <cstring>
#include "util/parse-options.h"
#include "util/text-utils.h"
#include "base/kaldi-common.h"
Include dependency graph for parse-options.cc:

Go to the source code of this file.

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Enumerations

enum  ShellType { kBash = 0 }
 

Functions

static bool MustBeQuoted (const std::string &str, ShellType st)
 
static std::string QuoteAndEscape (const std::string &str, ShellType st)
 

Variables

static ShellType kShellType = kBash