Documentation Archive Developer
Search

LatentSemanticMapping Changes

LatentSemanticMapping (Added)

Added LSMCategory
Added LSMMapAddCategory(LSMMap!) -> LSMCategory
Added LSMMapAddText(LSMMap!, LSMText!, LSMCategory) -> OSStatus
Added LSMMapAddTextWithWeight(LSMMap!, LSMText!, LSMCategory, Float) -> OSStatus
Added LSMMapApplyClusters(LSMMap!, CFArray!) -> OSStatus
Added LSMMapCompile(LSMMap!) -> OSStatus
Added LSMMapCreate(CFAllocator!, CFOptionFlags) -> Unmanaged<LSMMap>!
Added LSMMapCreateClusters(CFAllocator!, LSMMap!, CFArray!, CFIndex, CFOptionFlags) -> Unmanaged<CFArray>!
Added LSMMapCreateFromURL(CFAllocator!, CFURL!, CFOptionFlags) -> Unmanaged<LSMMap>!
Added LSMMapGetCategoryCount(LSMMap!) -> CFIndex
Added LSMMapGetProperties(LSMMap!) -> Unmanaged<CFDictionary>!
Added LSMMapGetTypeID() -> CFTypeID
Added LSMMapRef
Added LSMMapSetProperties(LSMMap!, CFDictionary!)
Added LSMMapSetStopWords(LSMMap!, LSMText!) -> OSStatus
Added LSMMapStartTraining(LSMMap!) -> OSStatus
Added LSMMapWriteToStream(LSMMap!, LSMText!, CFWriteStream!, CFOptionFlags) -> OSStatus
Added LSMMapWriteToURL(LSMMap!, CFURL!, CFOptionFlags) -> OSStatus
Added LSMResultCopyToken(LSMResult!, CFIndex) -> Unmanaged<CFData>!
Added LSMResultCopyTokenCluster(LSMResult!, CFIndex) -> Unmanaged<CFArray>!
Added LSMResultCopyWord(LSMResult!, CFIndex) -> Unmanaged<CFString>!
Added LSMResultCopyWordCluster(LSMResult!, CFIndex) -> Unmanaged<CFArray>!
Added LSMResultCreate(CFAllocator!, LSMMap!, LSMText!, CFIndex, CFOptionFlags) -> Unmanaged<LSMResult>!
Added LSMResultGetCategory(LSMResult!, CFIndex) -> LSMCategory
Added LSMResultGetCount(LSMResult!) -> CFIndex
Added LSMResultGetScore(LSMResult!, CFIndex) -> Float
Added LSMResultGetTypeID() -> CFTypeID
Added LSMResultRef
Added LSMTextAddToken(LSMText!, CFData!) -> OSStatus
Added LSMTextAddWord(LSMText!, CFString!) -> OSStatus
Added LSMTextAddWords(LSMText!, CFString!, CFLocale!, CFOptionFlags) -> OSStatus
Added LSMTextCreate(CFAllocator!, LSMMap!) -> Unmanaged<LSMText>!
Added LSMTextGetTypeID() -> CFTypeID
Added LSMTextRef
Added kLSMClusterAgglomerative
Added kLSMClusterCategories
Added kLSMClusterKMeans
Added kLSMClusterTokens
Added kLSMClusterWords
Added kLSMMapBadCluster
Added kLSMMapBadPath
Added kLSMMapDiscardCounts
Added kLSMMapHashText
Added kLSMMapLoadMutable
Added kLSMMapNoSuchCategory
Added kLSMMapOutOfState
Added kLSMMapOverflow
Added kLSMMapPairs
Added kLSMMapTriplets
Added kLSMMapWriteError
Added kLSMResultBestWords
Added kLSMTextApplySpamHeuristics
Added kLSMTextPreserveAcronyms
Added kLSMTextPreserveCase