A new version of my OS X application "Speaker" is out which reads long texts to you. I added auto recognition of the language of the text https://github.com/jeena/Speaker
A new version of my OS X application "Speaker" is out which reads long texts to you. I added auto recognition of the language of the text https://github.com/jeena/Speaker
5 Replies
Interesting.. That's pretty cool!
No, I am using NSLinguisticTagger which is build in into OS X https://developer.apple.com/library/ios/documentation/cocoa/Reference/NSLinguisticTagger_Class/index.html
How do you recognize the language? Using some Web service?
It is fairly easy to use https://github.com/jeena/Speaker/blob/master/SpeakerAppDelegate.m#L201-L209
Wonderful
12 Likes