Proby143 / khcoder

KH Coder: for Quantitative Content Analysis or Text Mining

Home Page:http://khcoder.net/en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Download & install Perl: http://strawberryperl.com/
  2. (Fork and) clone this repository
  3. Download released *.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

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

About

KH Coder: for Quantitative Content Analysis or Text Mining

http://khcoder.net/en

License:GNU General Public License v2.0


Languages

Language:Perl 94.0%Language:JavaScript 3.9%Language:R 2.0%Language:Batchfile 0.1%Language:Raku 0.0%Language:Scheme 0.0%