54 questions
Description of the program you are creating first.Below is the code you wrote.main.py--import chatimport pygameimport randomimport globimport refrom multiprocessing import Process, Queueif __name__ ==...
-blur radius Q1. You seem to specify the radius and (optional) sigma values, what are the values? How does blurring the image affect it?(I tried to change the number of arguments, but I didn't know ho...
Something like deadlock occurs and the program does not exit.This occurred in a program that provides server threading and bulk management of logs during parallel processing using multiprocessing base...
As the title suggests, I would like to get the entire English sentence from the cell because the sentence is entered into DeepL with a period break, or just one sentence. I have changed the sentence. ...
I'm studying natural language processing, and I was writing code while referring to books.If the last prediction is this data, the test data will also be labeled, so the correct answer rate will be pr...
If you execute the following code, an error will be displayed.error message*/usr/local/lib/python 3.6/dist-packages/smart_open/smart_open_lib.py:402: UserWarning: This function is predicted, use smart...
I am making a work using serial communication between Arduino and processing.I have sent the switch ON/OFF data obtained from the two tact switches connected to Arduino to Processing.I would like to u...
Looking for a way to communicate string-only socket from processing to Python.Send data from Python to Processing via socket communication|Qiita I would like to reverse the above site.I looked it up, ...
Hello, I'm having trouble getting an error.Please let me know.import ddf.minim.*;//importing the minimal library Declaration of Minim;//Minim variableAudioPlayer player;//Variables for storing sound d...
I would like to focus readtextlist on nouns, verbs, and adjectives, but all parts of speech will be output.import MeCabwords_list = [ ]t=MeCab.Tagger('-d/usr/lib/x86_64-linux-gnu/mecab/dic/mecab-ipadi...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.