processing tag

54 questions


1 answers
107 views
0
Processing android SDK manager does not appear

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...

2 years ago

1 answers
128 views
0
The mecab spacing is too slow to finish

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...


1 answers
107 views
0
HORIZONTAL SHOOTING GAME BULL OPERATION METHOD

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...

2 years ago

2 answers
94 views
0
Understanding the Definition of Weighted Levenstein Distance

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...


1 answers
136 views
0
I want to write the sentences written in the tsv file with spaces and store the words in each sentence as nested structural lists.

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...


2 answers
268 views
0
About CaboCha Installation on Win10

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...


1 answers
137 views
0
Get subprocess.Popen stdout and stderr in real time

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...


1 answers
84 views
0
I want the moving ball to bounce back in the processing.

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 ...

2 years ago

1 answers
74 views
0
Understanding Numeric Mention

Variable intf=0;and 2*fand 2fI would like to know the difference between

2 years ago

1 answers
77 views
0
a method of Japanese stemming (determining whether "good" and "good" are the same)

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.