Crate objc2_latent_semantic_mapping

Source
Expand description

§Bindings to the LatentSemanticMapping framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

LSMMap
An opaque Core Foundation type representing an LSM map (mutable).
LSMResult
An opaque Core Foundation type representing the result of a lookup (immutable).
LSMText
An opaque Core Foundation type representing an input text (mutable).

Constants§

kLSMClusterAgglomerative
Apple’s documentation
kLSMClusterCategories
Apple’s documentation
kLSMClusterKMeans
Apple’s documentation
kLSMClusterTokens
Apple’s documentation
kLSMClusterWords
Apple’s documentation
kLSMMapBadCluster
Apple’s documentation
kLSMMapBadPath
Apple’s documentation
kLSMMapDiscardCounts
Apple’s documentation
kLSMMapHashText
Apple’s documentation
kLSMMapLoadMutable
Apple’s documentation
kLSMMapNoSuchCategory
Apple’s documentation
kLSMMapOutOfState
Apple’s documentation
kLSMMapOverflow
Apple’s documentation
kLSMMapPairs
Apple’s documentation
kLSMMapTriplets
Apple’s documentation
kLSMMapWriteError
Apple’s documentation
kLSMResultBestWords
Apple’s documentation
kLSMTextApplySpamHeuristics
Apple’s documentation
kLSMTextPreserveAcronyms
Apple’s documentation
kLSMTextPreserveCase
Apple’s documentation

Functions§

LSMMapAddCategoryDeprecated
LSMMapAddTextDeprecated
LSMMapAddTextWithWeightDeprecated
LSMMapApplyClustersDeprecated
LSMMapCompileDeprecated
LSMMapCreateDeprecated
LSMMapCreateClustersDeprecated
LSMMapCreateFromURLDeprecated
LSMMapGetCategoryCountDeprecated
LSMMapGetPropertiesDeprecated
LSMMapSetPropertiesDeprecated
LSMMapSetStopWordsDeprecated
LSMMapStartTrainingDeprecated
LSMMapWriteToStreamDeprecated
LSMMapWriteToURLDeprecated
LSMResultCopyTokenDeprecated
LSMResultCopyTokenClusterDeprecated
LSMResultCopyWordDeprecated
LSMResultCopyWordClusterDeprecated
LSMResultCreateDeprecated
LSMResultGetCategoryDeprecated
LSMResultGetCountDeprecated
LSMResultGetScoreDeprecated
LSMTextAddTokenDeprecated
LSMTextAddWordDeprecated
LSMTextAddWordsDeprecated
LSMTextCreateDeprecated

Type Aliases§

LSMCategory
An integral type representing a category.