Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Parse syntactically analyzed sentence

by graff (Chancellor)
on May 08, 2016 at 01:15 UTC ( [id://1162452]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    start: tree
    tree: '(' treestr(s) ')'
    ...
    tagstr: TAG ( tree | word )
    TAG: /[A-Z.]+ /
    word: /[\w?]+/
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    my $result = $parser->start( \$text );
    print $text, "\n";
    print Dumper($result);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1162452]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 22:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found