online-punctuation.h
364 字节
// sherpa-onnx/python/csrc/online-punctuation.h
//
// Copyright (c) 2024
#ifndef SHERPA_ONNX_PYTHON_CSRC_ONLINE_PUNCTUATION_H_
#define SHERPA_ONNX_PYTHON_CSRC_ONLINE_PUNCTUATION_H_
#include "sherpa-onnx/python/csrc/sherpa-onnx.h"
namespace sherpa_onnx {
void PybindOnlinePunctuation(py::module *m);
}
#endif // SHERPA_ONNX_PYTHON_CSRC_ONLINE_PUNCTUATION_H_