#!/bin/csh -f # Adds paragraph and sentence tags to a TDC text. # Paragraphs are delimited by

<\p> # Sentences are delimited by <\s> # file.bm will contain the TDC text with boundary tags. # Usage: boundary_marker TDC_file # Commands set BOUND = '/a/kaml4/usr2/staff/ychali/project/tools/bound' # call bound $BOUND $1