- #!/usr/local/bin/perl
- #
- # one-line
- # This program will extract parts of speech
- # in BNC format and put them individually on one line
- #
- # Alex Krotov <alexk@dcs.shef.ac.uk>
- while(<>)
- {
- chop;
- #print $_, "\n";
- #if (/\<s/)
- #{
- # print "---\n";
- # next;
- #}
- {
- }
- }
Raw Paste