GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GET-WORDS(1) User Contributed Perl Documentation GET-WORDS(1)

get_words - given collapsed treebank, print words only

get_words [options] [file[s] or STDIN]

 Options:
   -help    brief help message
   -man     full documentation

   -sgml    put <s> and </s> tokens around words
   -nosgml

   -parens  put ( and ) tokens around words
   -noparens

-help
Print a brief help message and exits.
-man
Prints the manual page and exits.
-sgml
-nosgml
Writes <s> at the beginning of each line and </s> at the end of each line, or (in the case of "-nosgml") don't.

Default is "-sgml".

-parens
-noparens
Writes "(" at the beginning of each line and ")" at the end of each line, or (in the case of "-noparens") don't.

Default is "-noparens".

Reads input files (or STDIN) for Penn-style trees, one per line, and prints out only the words, one tree per line.

Providing the "-sgml" tag makes the output pseudo-SGML by including angle-bracketed "<s>" and "</s>" tokens at the beginning and end of each line.

2007-02-27 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.