LIWC-Replication via Java
This is the source code of a replication of LIWC 2007 in Java. This work is part of a Bachelor Thesis at Karlsruhe Institute of Technology (KIT), the theoretic foundation and technical explanation for different solutions can be reviewed in-depth in the thesis ... . Included are severeal hirarchical processing classes for automated text analysis. Multi-thread handling as well as automated input processing are covered within this implementation, too. Several input paramters can be passed to a construction class via commandline arguments to specify behavior. This implementation features a close replication of LIWC for the languages English and German, as well as an improved algorithmic analysis version.
Detailed information about input configuration and actual handling of the program is given in the manual. The LIWC Replication manual can either be found in the subdirectory at github, or within the archive linked at the bottom of the page. The compiled java program can also be downloaded at dropbox (see bottom). Due to copyright, the actual dictionaries of LIWC can not be distributed and you will need to acquire those separately.