french Questions

1

Solved

As I will be working on a french text with the mission to analyse it, I am unable to add a french dictionary to the hunspell package. I tried the links suggested by the package as follows : To manu...
Picturesque asked 10/8, 2022 at 12:19

2

Solved

My code: with sr.Microphone() as source: audio = r.listen(source) try: print("You said: " + r.recognize_google(audio) + "in french") except sr.UnknownValueError: print("Google Speech Recognit...

6

Solved

I am working on a php code as shown below: <?php <time datetime="<?php echo esc_attr(date_format($ts, 'H:i d-m-Y')) ?>" data-timezone="<?php echo esc_attr($tz_param) ?>"><?...
Hypogynous asked 11/7, 2019 at 9:24

2

Solved

locale.setlocale(locale.LC_ALL, 'french') work on my local machine (windows 7 + Python 3) locale.setlocale(locale.LC_ALL, 'fr_FR.UTF-8') work on my other machine (Unix) but if I use this on my loc...
Lyrebird asked 5/4, 2019 at 9:50

1

Solved

For example, in this sentence, "Comment allez-vous ?", the question mark and the last word in the sentence are separated by a whitespace. When French text is written in a column, you will often ge...
Efren asked 19/12, 2018 at 13:0

2

I am trying to use the FastText's french pre-trained binary model (downloaded from the official FastText's github page). I need the .bin model and not the .vec word-vectors so as to approximate mis...
Cindiecindra asked 23/7, 2018 at 14:43

2

Solved

I'm looking for a way to pos_tag a French sentence like the following code is used for English sentences: def pos_tagging(sentence): var = sentence exampleArray = [var] for item in exampleArray...
Lai asked 10/6, 2017 at 0:24

2

Solved

I am reading data from a file which contains words with french and english letters. I am attempting to construct a list of all of the possible english and french letters (stored as strings). I do t...
Ivey asked 24/11, 2016 at 20:10

15

Solved

I'm running Windows 7 French and I'm trying to compile this really basic program, but Visual Studio is being stubborn and refuses to comply. I also tried compiling it with both GCC 4.7 and...
Esther asked 1/4, 2014 at 8:25
1

© 2022 - 2024 — McMap. All rights reserved.