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.
- Host: GitHub
- URL: https://github.com/maxnd/wordstatix
- Owner: maxnd
- License: gpl-3.0
- Created: 2020-04-04T15:42:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T15:47:50.000Z (about 6 years ago)
- Last Synced: 2025-02-09T20:35:21.149Z (over 1 year ago)
- Topics: concordances, document, free-pascal, lazarus, recurrence, statistic
- Language: Pascal
- Homepage:
- Size: 16.4 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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).