Homepage Project

QualTA - Qualitative Text Analysis@Emacs

Introduction
Included Files

Introduction

QualTA is a collection of Elisp files that assists users in working with texts. The file textcoding.el can be used for doing qualitative text analysis.

Caveat

textcoding.el, remarks.el, and some features of excerpt.el (non-intrusive excerpts) rely on file-properties.el. Unfortunately, file-properties.el sometimes messes up its data, which could result in a loss of all information. See also CompEmacsFileproperties.

File properties (i.e. excerpts, remarks, textcodings etc.) are saved when a buffer is being killed, not when the file is being saved. Call `file-properties-write' to force writing the properties file.

Included Files

Core

excerpt.el
Extraxt text from other files and insert it in a main file.
textstats.el
Show text statistics.
concordance.el
Generate a concordance table.
remarks.el
Add non-intrusive annotations/remarks/links.
textcoding.el
Support for doing qualitative text analysis. Mark certain regions with codes and add structured annotation. Summarize these codes.

Etc.

attic.el
Maintain time-stamped backups.
file-properties.el
Save and restore file local variables and overlays.
filesets2.el
Work with filesets -- a bundle of files belonging to one project. (This is a slightly enhanced version of the file included with FSF Emacs.)
tellib.el
Miscellaneous functions.
wordnet.el
A simple mode for displaying the output of dictionary programs like wordnet's wn.
xff.el
Extended find-file syntax. Allows to jump to a file position via file-name mangling, which is especially useful when using XEmacs' winclient.


(c) 2003 Thomas Link (last updated Mar 20 2003) home top