I'm using KH Coder version 3 and today I wanted to analyze German text. It worked fine with Snowball Stemmer, but I wanted to use FreeLing which always created an error. So I started the preprocessing and always got the same error as you can see in the attachments. Stanford POS Tagger for English text works.
Can you help?
Thanks
Selina
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Messages in “console2.png” are completely normal. They are not errors. They are just saying each line is processed normally.
About messages in “console.png”, there seems to be a problem regarding “compounds.dat”. So, multi words detection function will not work and you will not able to extract compound words. But I think Freeling is still better than snowball because Freeling can detect base forms of words more correctly.
So, you can just use Freeling. Or, you can go to Freeling forum to ask about the “compouds.dat” warning message.
Best,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think you can just ignore those warning messages of Freeling. The preprocessing of KH Coder will be performed just fine if you wait longer, I think.
Best,
Last edit: HIGUCHI Koichi 2017-09-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2018-10-21
Hi Koichi,
what kind of problem about the message "Could not start FreeLing" during the PreProcessing ?
I can click "skip this message" or "stack trace". When I click "skip the message", loading never ends and if I choice "stack trace", I see the attached message "stack trace".
To execute a command, paste it to the command prompt window and hit "Enter" key. Screenshots will be nice.
Best,
Last edit: HIGUCHI Koichi 2018-10-21
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2018-10-27
Hi,
After executing the seoncd command I receive an error for MSVCP120.dll missing code cannot be executed. I tried to download and put the file in c:\khcoder\ but it seems it's not working. Any other solution I could try?
Best regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Open Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi Koichi,
I'm using KH Coder version 3 and today I wanted to analyze German text. It worked fine with Snowball Stemmer, but I wanted to use FreeLing which always created an error. So I started the preprocessing and always got the same error as you can see in the attachments. Stanford POS Tagger for English text works.
Can you help?
Thanks
Selina
View and moderate all "Open Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
see attachments
Hi Selina,
Messages in “console2.png” are completely normal. They are not errors. They are just saying each line is processed normally.
About messages in “console.png”, there seems to be a problem regarding “compounds.dat”. So, multi words detection function will not work and you will not able to extract compound words. But I think Freeling is still better than snowball because Freeling can detect base forms of words more correctly.
So, you can just use Freeling. Or, you can go to Freeling forum to ask about the “compouds.dat” warning message.
Best,
View and moderate all "Open Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi Koichi,
what do you mean by "you can just use Freeling"? Because Freeling always created the error so I can't use it, that's my problem.
Best
Hi Selina,
I think you can just ignore those warning messages of Freeling. The preprocessing of KH Coder will be performed just fine if you wait longer, I think.
Best,
Last edit: HIGUCHI Koichi 2017-09-20
Hi Koichi,
what kind of problem about the message "Could not start FreeLing" during the PreProcessing ?
I can click "skip this message" or "stack trace". When I click "skip the message", loading never ends and if I choice "stack trace", I see the attached message "stack trace".
Hi,
That's a fatal error. Can I see console window?
KH Coder uses FreeLing to extract words from text. So, if it can't use FreeLing, it can't perform any analysis.
Last edit: HIGUCHI Koichi 2018-10-21
Can I solve this problem now?
Hi,
There are no clues I can get from your screenshots.
Still, we can perform online trouble shooting here. But It may take a week or so.
First of all, what language text are you trying to analyze?
Second, what happens if you start "command prompt" and execute these 2 command consecutively:
To execute a command, paste it to the command prompt window and hit "Enter" key. Screenshots will be nice.
Best,
Last edit: HIGUCHI Koichi 2018-10-21
Hi,
After executing the seoncd command I receive an error for MSVCP120.dll missing code cannot be executed. I tried to download and put the file in c:\khcoder\ but it seems it's not working. Any other solution I could try?
Best regards
Download & install "Visual C++ Redistributable Packages for Visual Studio 2013" (vcredist_x86.exe) from here.
https://www.microsoft.com/en-US/download/details.aspx?id=40784
Then try again & see what happens.
I install " Visual C++...(vcredits_x86.exe) but now ther's an other problem.
Can you attach the text file you are analyzing? And what language text are you trying to analyze?
Or, you can try deleting "<", ">", and "\" fron the text.
Last edit: HIGUCHI Koichi 2018-10-28
Hi,
there are none of these symbols in my italian text
I succesfully solved the problem removing double spaces and empty lines from the text
Yes, please delete all control characters and non-printing character.
You can see them with Notepad++ software. Or you can easily delete them using CLEAN function of Excel.
Best,