|
|
@ -29,7 +29,7 @@ namespace ppspeech {
|
|
|
|
|
|
|
|
|
|
|
|
class FrontEngineInterface : public TextNormalizer {
|
|
|
|
class FrontEngineInterface : public TextNormalizer {
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
FrontEngineInterface(std::string conf) : _conf_file(conf) {
|
|
|
|
explicit FrontEngineInterface(std::string conf) : _conf_file(conf) {
|
|
|
|
TextNormalizer();
|
|
|
|
TextNormalizer();
|
|
|
|
_jieba = nullptr;
|
|
|
|
_jieba = nullptr;
|
|
|
|
_initialed = false;
|
|
|
|
_initialed = false;
|
|
|
|