Top "French" questions

Computing issues involving the French language

Why can't my program compile under Windows 7 in French?

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 french
How to change the language of Google speech recognition

My 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 french
Change to Canadian (CDN) French number formatting in Excel VBA

I would like to build a piece of code which can convert numbers in my workbook from English to French …

excel number-formatting french vba
Python: replace french letters with english

Would like to replace all the french letters within words with their ASCII equivalent. letters = [['é', 'à'], ['è…

python string python-2.7 ascii french
How to POS_TAG a french sentence?

I'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