Add Go API examples for adding punctuations to text. (#1478)

This commit is contained in:
Fangjun Kuang
2024-10-27 09:04:05 +08:00
committed by GitHub
parent 4a4659aa4f
commit 052b8645ba
9 changed files with 74 additions and 6 deletions

View File

@@ -68,6 +68,13 @@ jobs:
run: |
gcc --version
- name: Test adding punctuation
if: matrix.os != 'windows-latest'
shell: bash
run: |
cd go-api-examples/add-punctuation/
./run.sh
- name: Test non-streaming speaker diarization
if: matrix.os != 'windows-latest'
shell: bash

View File

@@ -134,6 +134,12 @@ jobs:
name: ${{ matrix.os }}-libs
path: to-upload/
- name: Test adding punctuation
shell: bash
run: |
cd scripts/go/_internal/add-punctuation/
./run.sh
- name: Test non-streaming speaker diarization
shell: bash
run: |