The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

tree-inflate - transform a one-tree-per-line treebank into something human-readable

SYNOPSIS

 tree-inflate [options] [file or STDIN]

 Options:
   -help            brief help message
   -man             full documentation

OPTIONS

-help

Print a brief help message and exits.

-man

Prints the manual page and exits.

DESCRIPTION

Reads one-tree-per-line from STDIN or indicated files, reformats the trees according to a Penn standard (spreading daughters to the next line, applying indenting, etc) and prints them to STDOUT.

Handy with less etc for spot-checking trees stored in one-per-line format.