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
0 answers

French Characters Teradata

I need to do an update with french characters in Teradata, the problem is that I don't know where I can find a conversion list. For example: É --> É Ã® --> ΠÖ --> Ö Where can I find the all-corresponding list of symbols for each French character?…
10k
  • 17
  • 3
0
votes
0 answers

How to display the French character ’?

I am using charset Cp037 and able to display all the French chars for example : été à But not able to display only ’ ( tilted apostrophe) please let me know the charset to be used. I have tried ISO-8859-1 and didn't work.
preeti
  • 1
0
votes
1 answer

BERT Vocabulary : Why every word has '▁' before?

my question is related to camemBERT model (french version of BERT) and its Tokenizer : Why every word of the vocabulary has a "▁" character before ? For example, it's not "sirop" but "▁sirop" (sirop => syrup). from transformers import…
TeDataPro
  • 3
  • 1
0
votes
1 answer

How to write french in fpdf

i need to write some specific french caracteres like é è ê ... etc this is the cell : $this->Cell(50,7,"Référence ".$info["reference"]); and this is the output : Is there a solution ?
0
votes
2 answers

Can't rename files in R because of french accent

This may be a duplicate, but I haven't found an answer on other posts so I'll post it right here. I have problem renaming files that have an accent (in French). My goal is to delete all accents in all files and then rename them with the appropriate…
Wicowan
  • 13
  • 5
0
votes
0 answers

keep or display French letters in VBA script

I am trying to create a VBA script that contain a certain text in French, it actually works well on my MacBook with the Lucida Grande font but since this font doesn't exist on windows the macro does not work in it and whenever I change the font to…
0
votes
0 answers

Creating a survey in HTML how to link the checkboxes to a Graph?

Hi everyone so for a school project the teacher asked us to create a survey in HTML and js. I've already created the layout with checkboxes but now I would like to link those checkboxes to the chart when the user clicks on the submit…
Jun31d_
  • 3
  • 2
0
votes
1 answer

How to comment in jupyter lab with mac on brave

I am facing some issues with commenting a block of lines in jupyterlab, and it is getting so annoying. I have a Mac with a french keyboard layout AZERTY. I also use Brave as browser. I already tried a lot of shortcuts found on forums but none of…
yassine
  • 55
  • 8
0
votes
1 answer

French phonetic dictionary

I want to be able to search like in a normal dictionary, but a phonetic one. To search words that sounds like I want Do you know if there's somewhere a file/software/anything that permit to search on a French phonetic dictionary? (idc if it uses…
aaa
  • 23
  • 2
0
votes
0 answers

PHP French characters

Can someone, please, help me we the next one... I try to make Read More and Read Less, but the problem is if I limit text (in French language) and limited text ends with character 'é' for example 'de qualité' it show me this character at the end of…
mhdev
  • 45
  • 9
0
votes
0 answers

Is there any solution if spacy can't be located on my system?

As the picture shows, spacy is well installed: But I can't still "import" it: By consulting the official site, it seems that spacy can't be located on my system(win32): I want to know if there are some solution to it. In fact, I want to use it to…
0
votes
1 answer

quanteda - stopwords not working in French

For some reason, stop words is not working for my corpus, entirely in French. I've been trying repeatedly over the past few days, but many words that should have been filtered simply are not. I am not sure if anyone else has a similar issue? I read…
0
votes
1 answer

itext5: non-English hyphenation not working

I'm generating a PDF in java using itext5. Hyphenation works fine when I use an 'en' HyphenationAuto object. The xml jar is on the class path. In the debugger, the objects are non-null. When I switch to use 'qq' as the language (a nonsense code),…
John
  • 1,635
  • 15
  • 22
0
votes
1 answer

UTL_HTTP and french accents

I try to call a web service using the package UTL_HTTP, it works but I have an issue with french accents( 'é' and 'è') , the UTF-8 is not working . CONTENT := '{ "metier": { "REF_CONTRAT": "'||ref_contrat||'", …
0
votes
1 answer

IllegalArgumentException: PTBLexer: Invalid options key in constructor: asciiQuotes Stanford NLP

I'm trying to test the Hello word of Stanford POS tagger API in Java (I used the same .jar in python and it worked well) on french sentences. Here is my code public class TextPreprocessor { private static MaxentTagger tagger=new…
nprime496
  • 66
  • 2
  • 6