• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Text Summarization
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Text Summarization


  • Subject: Text Summarization
  • From: Saratchandra Kongara <email@hidden>
  • Date: Mon, 4 Aug 2003 13:08:11 -0400

Hello,
I like to know if anybody had used the FindByContent.framework in
ApplicationServices Umbrella for text summarization. I am using the
following API's but I cannot get them to work. I get a spinning rainbow
cursor when I call FBCSummarizeCFString. Any help is really
appreciated. Thanks for your time.

extern OSStatus
FBCSummarizeCFString(
CFStringRef inString,
CFStringRef * outString,
UInt32 * numSentences);

OR

extern OSStatus
FBCGetSummaryOfCFString(
CFStringRef inString,
FBCSummaryRef * summary);

extern OSStatus
FBCDisposeSummary(FBCSummaryRef summary);

extern OSStatus
FBCGetSummarySentenceCount(
FBCSummaryRef summary,
UInt32 * numSentences);

extern OSStatus
FBCGetSummarySentences(
FBCSummaryRef summary,
CFStringRef * outString,
UInt32 * numSentences,
Boolean paragraphs);

Here is the URL to access the documentation
http://developer.apple.com/documentation/ReleaseNotes/Carbon/
FindbyContent.html
http://developer.apple.com/documentation/Carbon/Reference/
Find_By_Content/findbycontent_ref/function_group_6.html


Regards
Sarat Kongara
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Text Summarization
      • From: David Faden <email@hidden>
  • Prev by Date: Re: Writing directly to NSTableView
  • Next by Date: Re: QuickTime stops to play
  • Previous by thread: Re: Mutable != Mutable ?
  • Next by thread: Re: Text Summarization
  • Index(es):
    • Date
    • Thread