Category Archives: TextStat

Running TextSTAT on Linux

Tested on: Xubuntu 12.04 LTS (64-bit), using default python interpreter (v2.7.3)

[Last update: 04/03/2014]

  • Install/check for TextSTAT dependencies:
  1. sudo apt-get install python-tk
  • Download latest release (check here for latest version number) and run TextSTAT:
  1. mkdir TextSTAT
    cd TextSTAT
    wget http://neon.niederlandistik.fu-berlin.de/static/textstat/TextSTAT-2.9c-source.zip
    unzip TextSTAT-2.9c-source.zip
    chmod +x TextSTAT.pyw
    ./TextSTAT.pyw
  • Download icon and create desktop shortcut (copy-paste [Desktop Entry] into a new file called TextSTAT.desktop on your Desktop, don’t forget to adapt the full path to TextSTAT.pyw and textstat_logo.gif):
  1. wget http://neon.niederlandistik.fu-berlin.de/static/textstat/textstat_logo.gif
  1. [Desktop Entry]
    Version=1.0
    Type=Application
    Name=TextSTAT 2.9c
    Comment=Concordancing Program written in Python
    Exec=/path/to/TextSTAT/TextSTAT.pyw
    Icon=/path/to/TextSTAT/textstat_logo.gif

TextStat

TextSTAT

2015-09-02 Developer / Project Head: Matthias Hüning
Purpose/Version/Date Simple concordancing program for monolingual corpora Binary: 2.9c, Source: 3.0 (beta) 20 Feb 2014 / 2 Sep 2015 Platform/License Win/Linux/OSX open source License: MIT Price/Availability free Programming Language(s): Python (GUI: Tk) Key features: KWIC, SORTING, WORD LISTS, ADD ONLINE WEBPAGES TO COPRUS Website: TextSTAT (EN) Website: TextSTAT (DE)
Return to top.

Related posts on langui.ch