Const
Map of normalization algorithm names to implementations. Used for dynamic algorithm selection in worker context.
export const normalizationAlgorithmsMap: Record< string, (title: string) => string> = { normalizeForMatching, processTitle,}; Copy
export const normalizationAlgorithmsMap: Record< string, (title: string) => string> = { normalizeForMatching, processTitle,};
Map of normalization algorithm names to implementations. Used for dynamic algorithm selection in worker context.