Joll59 / d-ser-t

d-ser-t quantifies speech recognition accuracy of the MSFT speech service and/or user created MSFT custom speech service models.
2 stars 2 forks source link

Create ResponseAnalyzer and TranscriptionFileService from helpers #37

Closed KatieProchilo closed 5 years ago

KatieProchilo commented 5 years ago

Rebased and ready to merge.

The now-deleted helpers.ts has been split into two classes/files: ResponseAnalyzer and TranscriptionFileService. Each of these classes is invoked exactly once, with the exception of invocations in test files.

Reused variables are now fields if possible, though I'm sure there's room to improve even more in this area.

Some other cleanup was done, including:

Joll59 commented 5 years ago

@KatieProchilo Merge after reading comments.