Docker Image for KH Coder.
- KH Coder 3.Beta.07h
- Ubuntu 18.04
- Perl 5.26.1
- R 3.4.4
- MeCab 0.996
- MeCab IPADic 2.7.0-20070801
docker pull naoigcat/khcoder
docker run --rm --detach --publish 5900:5900 --volume ${PWD}:/root/Desktop/work naoigcat/khcoder
open vnc://localhost:5900
- Password for VNC:
secret
- Click 'Menu' > 'Project' > 'New'
- Click 'Browse'
- Open
/root/Desktop/tutorial_jp/kokoro.xls
- Confirm that
テキスト
is selected for the column to be analyzed - Confirm that
日本語
,MeCab
is selected for the language - Click 'OK'
- Click 'Menu' > 'PRe-Processing' > 'Select Words to Analyze'
- Enter
一人
and二人
to 'Pick up following strings as words:'- Since Japanese cannot be entered directly on the KH Coder screen, enter it in Leafpad and then copy and paste.
- It is possible to force the extraction of words that are not extracted as a single word even though they are important words.
- It is also effective when the division is too fine, such that
一人
is divided into一
and人
. - It is useful for identifying too fine divisions executing 'Menu' > 'PRe-Processing' > 'Word Clusters'.
- Click 'OK'
- Click 'Menu' > 'PRe-Processing' > 'Run Pre-Processing'
- Click 'OK'
- Since DBD::CSV was not installed the first time,
install DBD::CSV
is executed twice. - Since the old version of the R packages could not be installed from official repository, it is installed using the
remote
package. - Since the name of the Desktop directory changes depending on the language, it is fixed to English by executing
LANG=C xdg-user-dirs-update --force
. - Since Japanese could not be entered directly into KH Coder, it is assumed to be input to Leafpad and copy and paste to KH Coder.