KH Coder: for Quantitative Content Analysis or Text Mining
Web
Japanese: http://khcoder.net
English: http://khcoder.net/en
Description
KH Coder is a free software for quantitative content analysis or text mining. It is also utilized for computational linguistics. You can analyze Catalan, Chinese (simplified), Dutch, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Slovenian and Spanish text with KH Coder.
Screenshots: https://goo.gl/photos/ixn1sTM3jm8o11bP8
Official book (in Japanese): https://amzn.to/3LdRHMJ & http://amzn.to/2wHFxKg
How to run source code of KH Coder on Windows
- Download & install Perl: http://strawberryperl.com/
- (Fork and) clone this repository
- Download released *.exe file (Winzip self-extractor) of KH Coder 3
- Unzip the downloaded file into the clone directory
- Open command prompt window and go to the clone directory, type "perl kh_coder.pl", and hit "Enter" key
When you get errors like "Can't locate Jcode.pm in @INC", you need to install Perl module called "Jcode". To install it, type "cpanm Jcode" and hit "Enter" key on your command prompt window.
Above procedure is for people who want to develop or modify KH Coder. If you want to just try or use KH Coder, you don't need Perl. Please just download and unzip released *.exe file, then double click extracted "kh_coder.exe".
On Linux or other Un*x like system
You need:
- MySQL
- Perl (and some Perl modules)
- R (and some R packages)
- Morphological Analysis and POS Tagging software
- ChaSen or MeCab for analyzing Japanese text
- FreeLing or Stanford POS Tagger for analyzing English text
- FreeLing for analyzing Catalan, French, German, Italian, Portuguese, Russian or Spanish text
- MeCab and HanDic for analyzing Korean text
- Stanford Word Segmenter and Stanford POS Tagger for analyzing Chinese text
See issue #91, doc_contrib/Vagrantfile and doc_contrib/FedoraInstallation.md for more details.
License
GNU GPL version 2 or later