|
@ -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); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|