An open API service indexing awesome lists of open source software.

https://github.com/maxnd/wordstatix

A free multiplatform software to create concordances.
https://github.com/maxnd/wordstatix

concordances document free-pascal lazarus recurrence statistic

Last synced: 5 months ago
JSON representation

A free multiplatform software to create concordances.

Awesome Lists containing this project

README

          

# WordStatix

WordStatix is a free and multiplatform software useful to create concordances, that are lists of the
words used within a document along with their recurrence and context. The document may be
structured in chapters, numbers or in any another way. The software allows to track specific words
by prefix or suffix, to skip those which are meaningless (like articles or prepositions) or numbers, to
create a simple statistic of the recurrence of all words or of some of them, possibly within the
different sections of the document, and to create three kind of diagrams to visualize the statistical
data in different ways.

WordStatix is free software and is released under the GPL license version 3 or following. It has
been created with Free Pascal and Lazarus (http://www.lazarus.freepascal.org).

The official website of the software is https://sites.google.com/site/wordstatix/.

See the [Wiki](https://github.com/maxnd/wordstatix/wiki) for the user manual of the software.

Before contributing to the development of this software, see [the Contributing file](https://github.com/maxnd/wordstatix/blob/master/CONTRIBUTING.md).