Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Exporter Problem

by osler (Sexton)
on Feb 17, 2013 at 04:02 UTC ( [id://1019102]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Note that Lingua::StanfordCoreNLP can't be instantiated.
    use Lingua::StanfordCoreNLP;
    ...
    # Process text
    # (Will output lots of debug info from the Java classes to STDERR.)
    my $result = $pipeline->process( $text );
    
  2. or download this
    package MyModule;
    
    ...
      my ($self,$text) = @_;
      $pipeline->process( $text );
    }
    
  3. or download this
    Can't locate object method "new" via package "Lingua::StanfordCoreNLP::Pipeline" (perhaps you forgot to load "Lingua::StanfordCoreNLP::Pipeline"?)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-26 02:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found