2.0.4 • Published 3 years ago

gcp-to-dpe v2.0.4

Weekly downloads
136
License
MIT
Repository
github
Last release
3 years ago

GCP To DPE

This module provides a way to convert from GCP(Google Cloud Platform) STT To DPE format. Note that this assumes that speaker diarization info is present in GCP STT result.

Setup

Fork this repository + git clone + cd into folder + npm install

Usage

on npm gcp-to-dpe

npm install gcp-to-dpe
const gcpToDpe = require('gcp-to-dpe');
const gcpTranscript = require('../sample/gcpSttPunctuation.sample.json');

const res = gcpToDpe(gcpTranscript);
// do something with dpe json

see src/example-usage.js for more.

Development env

Node version is set in node version manager .nvmrc

Build

NA

Tests

npm run test

Deployment

To publish to npm

npm run publish:public
2.0.4

3 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago