Case sensitive recognition of names, cities, etc

By default language model is case - insensitive and all letters in vocabulary should be occured in alphabet.

Is there a way to proper recognize names or cities with capital letters (e.g: New York) directly with deepspeech?

In other case, is there any option for post processing text for adjust names with capital letters?

Thanks

So far I have found polyglot library in python which provides named entity recognition from text and currently supports 40 major languages.

1 Like