Documentation Archive Developer
Search

LatentSemanticMapping Changes for Objective-C

LatentSemanticMapping

LatentSemanticMapping.h

Declaration
From
CFDataRef LSMResultCopyToken (
    LSMResultRef mapref,
    CFIndex n
);
To
CFDataRef LSMResultCopyToken (
    LSMResultRef result,
    CFIndex n
);

Declaration
From
CFArrayRef LSMResultCopyTokenCluster (
    LSMResultRef mapref,
    CFIndex n
);
To
CFArrayRef LSMResultCopyTokenCluster (
    LSMResultRef result,
    CFIndex n
);