Browse Source

2024.5.10-去除ITN的依赖构建

master
Administrator 1 year ago
parent
commit
9aab5bd5ac
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      post_processor/post_processor.h

+ 1
- 0
post_processor/post_processor.h

@ -64,6 +64,7 @@ class PostProcessor {
void InitITNResource(const std::string& tagger_path,
const std::string& verbalizer_path);
private:
std::shared_ptr<PostProcessor> itn_resource = nullptr;
const PostProcessOptions opts_;
public:
WENET_DISALLOW_COPY_AND_ASSIGN(PostProcessor);

Loading…
Cancel
Save