In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Kim Helliwell) wrote:

> Is there a way to call the Summarize service from a Perl script?

It's in StandardAdditions, "summarize."  Just pass your text to it:

   my $finder = new Mac::Glue 'Finder';  # or any other scriptable app
   print $finder->summarize($mytext);

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to