Questions tagged [french]

Computing issues involving the French language

Questions related to computing issues, including not but limited to character encodings, fonts, and formatting, involving the French language, spoken in France, Belgium, Switzerland, Canada, and many former colonial regions in the Americas and Africa.

148 questions
0
votes
1 answer

Core Data returns error while sorting and shows empty list in the table with French language

I only see an empty list which I select my language as French. Below is some code related to that. + (NSFetchedResultsController *)fetchedResultsControllerForAirportTranslationsInLanguage:(NSString *)theLanguage inContext:(NSManagedObjectContext…
Rajashekar
  • 619
  • 9
  • 30
0
votes
1 answer

Trying to use a french acoustic model

I'm trying to use a french acoustic model with OpenEars. The answer of Ramshad is very interesting. But I have downloaded French Acoustic Models and I can't figure out how to use it... I have made a bundle with those files and I have added it to my…
-1
votes
2 answers

Python print french characters to another file

Whenever I print a french character (for example "é") in another file using python, it changes it to a weird character. program.py: f = open("file.txt", 'w') print("é, è, ç", file=f) file.txt: �, �, � So please does anyone know how to print out…
The_Fishy
  • 143
  • 10
-1
votes
1 answer

Translate press Wordpress plugin Issue

Im trying to use the Wordpress plugin TranslatePress however the French Version of the page https://fr.londonauto.autoverify.com/fr/backend-glitch/ doesn't seam to play well with the page content. I cant see anything relevant to the issue in the…
-1
votes
1 answer

How to get proper case in Excel with small French words, such as "sur" NOT "Sur" "de" NOT "De"

I am trying to correct the case of first letters of French proper names in multiple calls of Excel sheets using VBA. I have data entered by many different people, some in lowercase, some in upper case, some mixed, etc etc. I am looking for a better…
finch
  • 549
  • 1
  • 6
  • 18
-1
votes
2 answers

'à' french character display using JSON shows error

I have a french character (à) in my JSON String 'd'instruments cordes à'. But the (à) character shows JSON error when displaying. I want to display the exact character in my UI.
ReaL_HyDRA
  • 314
  • 1
  • 18
-1
votes
1 answer

Missing French, Spanish & Germany characters in wordlist generated with findall()

I'm creating a wordlist from a .txt file (with 65000 words) with the collections.counter() and findall() functions. It works well for English. However it ignores the special characters in other languages, like â, á, ü, ö etc. Furthermore I want…
-1
votes
2 answers

Deleting a word in column based on frequencies

I have a NLP project where I would like to remove the words that appear only once in the keywords. That is to say, for each row I have a list of keywords and their frequencies. I would like something like if the frequency for the word in the whole…
Me.Ch
  • 3
  • 2
-1
votes
1 answer

Do we need to implement any special coding logic to handle French characters in the JSON response

For most applications deployed for Canadian users, we need to support both English and French at the same time. By default, light-4j applications will return ?? for French chars in the JSON response. How to handler the French response?
Steve Hu
  • 358
  • 2
  • 10
-1
votes
3 answers

JavaScript Regex French Phone Number

I try to define a regex in Javascript who can accept separators like spaces, points, double-points and dashes. My regex is working when there is no separators but when I add space or other separator, it's not working. I have to precise: this regex…
-2
votes
1 answer

how to count the frequency of a given word in python

I want to find the frequency of the words "je" and "nous" in 75 texts. In fact, I know how to make frequency lists at one time by importing os and so on. But this time, what I need, it's just the respective frequency of the two words. And I tried to…
-2
votes
1 answer

Parsing numbers in natural language (spelled out) in french

What's the easiest way in Java for parsing a string to extract numbers written in natural language? For example, I'd like to extract the number in I have thirty three apples. The number should be low (less than fifty) and will be in french (so dix…
Fla
  • 536
  • 6
  • 23
-3
votes
1 answer

How to convert numbers written in words to digits in Java?

Does anyone know how to convert something like quatre-vingt mille quatre cent quatre-vingt-dix-sept to 80497 in Java?
Mansour.M
  • 500
  • 4
  • 18
1 2 3
9
10