Back to Sherpa Onnx

Introduction

dart-api-examples/add-punctuations/README.md

1.13.0587 B
Original Source

Introduction

This example shows how to use the Dart API from sherpa-onnx to add punctuations to text.

FileDescription
./bin/punctuations.dartUse a CT Transformer model to add punctuations to text. See ./run-ct-transformer.sh
./bin/online_punctuation.dartUse an online punctuation model to add punctuations to text fragments. See ./run-online.sh