speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

Add enable_entities support in transcription config for ITN #41

Closed benjamingorman closed 2 years ago

benjamingorman commented 2 years ago

This PR adds support for enable_entities in transcription config, in order to enable inverse text normalization entities.

Note: this only covers the transcription config change. We may need to double check that output printing is still OK after realtime ITN is working.