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

Consider making TranscriptAnalyzer a static class #39

Open KatieProchilo opened 5 years ago

HobbyProjects commented 5 years ago

The TranscriptAnalyzer doesn't need to instantiated before it can be used. We should consider making it a static class to reflect that.