Help for this page

Select Code to Download


  1. or download this
    my @ar = `java -jar $path_to_jar/NounPhraseExtractionStandAlone.jar "$
    +models_dir" "$text"`;
    
  2. or download this
    # perl -e '{@ar = `java -jar $path_to_jar/NounPhraseExtractionStandAlo
    +ne.jar "$models_dir" "$text"`; print "$a[0]\n"}'