/khcoder

KH Coder: for Quantitative Content Analysis or Text Mining

Primary LanguagePerlGNU General Public License v2.0GPL-2.0

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

Changelog: https://translate.google.com/translate?hl=en&sl=ja&tl=en&u=http%3A%2F%2Fkhcoder.net%2Fversions.html&sandbox=1

How to run source code of KH Coder on Windows

  1. Download & install Perl: http://strawberryperl.com/
  2. (Fork and) clone this repository
  3. Download *.exe file (Winzip self-extractor) of KH Coder 3
  4. Unzip the downloaded file into the clone directory
  5. Open command prompt window and go to the clone directory, type "perl kh_coder.pl", and hit "Enter" key

If 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 modify or develop KH Coder. If you want to just try or use KH Coder, just unzip the downloaded *.exe file and double click “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

You also need JAVA to run Stanford POS Tagger.

License

GNU GPL version 2 or later