PARADIGM is a .Net (C#) implementation of Joseph E. Grimes' 1983 work entitled Affix Positions and Cooccurrences: The PARADIGM Program. Grimes' original implementation was written in PTP.
The core PARADIGM code has been used by the parser in FieldWorks for a number of years. There is a GUI interface that allows users to convert data from various formats, so it can be fed into the core system for analysis. The results of the analysis are then displayed in an internet browser.
Grimes' book describes two kinds of analysis: 1) positional, and 2) co-occurrences. (See Part One: Morphology of the book for details. Requires Adobe Reader) Positional, co-occurrence, and basic component subgraph analyses are currently supported.
See: LingTranSoft to review the program or vote on it.
- Ample's ANA output
- A specially formatted plain text file
- FieldWorks (7.0, or higher) XML file
Download version 2.0 RC1 here.
Released version requires .Net 3.5.
Developer version requires .Net 4.0.
To get the code, install Git, and do
git clone https://github.com/sillsdev/paradigm.git