Categories
minpair
'minpair' generates a list of minimal pairs (words differing in exactly one segment) from a list of words. The input should consist of one word per line in UTF-8 Unicode. The output lists the two segments contrasting in the minimal pair, then the two words, and then the context for the difference. The segments differing are listed in a order of the character codes so that all tokens of the same pair will sort together.
By default minpair searches only for pairs of words of the same length differing in exactly one segment. Users can optionally add single insertions, deletions and transpositions.
Last updated 1 Aug, 2005
Versions
5.1
4.3 stable released 2005-07-31
- Released: 10 Dec, 2007
- Code Maturity: Stable
- Source Archive: http://billposer.org/Software/Downloads/minpair...
- Licenses: GPLv3
- Interfaces: Command Line



