sub build_subtree { my ($line,$lexicon) = @_; # minimal sanity check if ($line !~ /^\(.*\)\s*$/) { return undef; }