54 questions
When I installed Android mode on processing 3.5.3, the SDK manager that was supposed to come out did not appear and a screen shot-like screen appears.When I looked it up on the site, I didn't know how...
I call documents from the tsv file and use MeCab to move the code that uses the basic form of the part of speech to separate them, but it's too heavy to finish even after more than 5 hours.The specifi...
I'm making a simple horizontal shooting game with java, but I can't fire the bullet properly.Originally, I want to fire one bullet each time I click, but the bullet doesn't work properly from the seco...
I'm asking because I don't really understand the definition of weighted Levenstein distance, which measures the distance between strings.The normal Levenstein distance is the minimum number of inserti...
I read the tsv file and put the ID and word in each line to make a space.I don't know the code to list only words in each sentence.[[['word', 'word', 'word', ['word'...]...]]in the form Can someone te...
When running CaboCha0.69 on Win10, the following error occurs and cannot be executed morph.cpp(48)[g_mecab_handle!=0] LoadLibrary(C:\Program Files (x86)\MeCab\etc\..\bin\libmecab.dll) failedMeCab 0.99...
After processing the contents of stdout and stderr of the child process with python's subprocess.Popen, I would like to output them to the parent's stdout and stderr in real time and in order, respect...
I know the cord that moves the ball, but I don't know how to bounce it back.Thank you for your help.Below is the code to move the ball.float x;int velocityX=1;void setup() {size (400,300);x = 0;}void ...
Variable intf=0;and 2*fand 2fI would like to know the difference between
Thank you for your help.I use MeCab to divide Japanese sentences.Enter two very similar statements here.ResultsThe dictionary used is IPADIC.These two sentences are the same when the Japanese speaker ...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.