Install directions: autoreconf -i ./configure make Use: repp: tokenises according to the rpp files of the grammar. Usage: ./repp [options] tokenizer-file [input-file] Options: -h [ --help ] this usage information -c [ --call ] arg rpp calls, multiple options valid. --format arg (=STRING) token format:STRING,PET,FSC,CANDC,TNT (default: STRING) -t [ --tnt ] Use TnT POS tags -n [ --num ] Output item and parse number. -m [ --model ] arg TnT model file (defaults to wsj model in LOGON tree) Examples: cat input.txt|./repp -c ascii -c xml -c latex $LOGONROOT/lingo/erg/rpp/tokenizer.rpp zcat $LOGONROOT/lingo/terg/tsdb/gold/hike/item.gz|cut -d@ -f1,7|./repp/repp -c ascii -c quotes --format FSC -t ~/delphin/logon/lingo/terg/rpp/tokenizer.rpp