Browse Source

2024.5.10-去除ITN的依赖构建

master
Administrator 1 year ago
parent
commit
6bab5a1936
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      post_processor/post_processor.h

+ 3
- 2
post_processor/post_processor.h

@ -63,8 +63,9 @@ class PostProcessor {
void InitITNResource(const std::string& tagger_path, void InitITNResource(const std::string& tagger_path,
const std::string& verbalizer_path); const std::string& verbalizer_path);
public:
private:
const PostProcessOptions opts_;
public:
WENET_DISALLOW_COPY_AND_ASSIGN(PostProcessor); WENET_DISALLOW_COPY_AND_ASSIGN(PostProcessor);
}; };

Loading…
Cancel
Save