nonfringeREADME.txt
nonfringe.py
Code to filter the output of decca-pos.py (respectively decca-pos-reduce.py) according to the heuristic "Distrust the fringe" (Dickinson and Meurers: 2003). Takes the output of decca-pos.py/ decca-pos-reduce.py (only one gram-output per invocation) and only writes out those grams, where the deviant annotation isn't located at the fringe of the gram.
----------------------------------------------------------------------------------------------------
README Contents:
Usage
Required Software
Input/ Output Format
----------------------------------------------------------------------------------------------------
Usage:
$ ./nonfringe.py /path/to/input_gram /path/to/output_gram_stem
----------------------------------------------------------------------------------------------------
Required Software:
+ python >= 2.3
----------------------------------------------------------------------------------------------------
Authors: Marcus Dickinson and Dettmar Meurers