Add Go API examples for adding punctuations to text. (#1478)
This commit is contained in:
7
.github/workflows/test-go-package.yaml
vendored
7
.github/workflows/test-go-package.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user