Computing issues involving the French language
I'm running Windows 7 French and I'm trying to compile this really basic program, but Visual Studio is being stubborn and …
c++ visual-studio-2013 frenchMy code: with sr.Microphone() as source: audio = r.listen(source) try: print("You said: " + r.recognize_google(audio) + "in …
python python-3.x speech-recognition google-speech-api frenchI would like to build a piece of code which can convert numbers in my workbook from English to French …
excel number-formatting french vbaWould like to replace all the french letters within words with their ASCII equivalent. letters = [['é', 'à'], ['è…
python string python-2.7 ascii frenchI'm looking for a way to pos_tag a French sentence like the following code is used for English sentences: …
python-3.x nltk pos-tagger french