Text Summarization
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.