Variable DEFAULT_MATCH_CONFIGConst

DEFAULT_MATCH_CONFIG: MatchEngineConfig = ...

Default configuration for the match engine.

export const DEFAULT_MATCH_CONFIG: MatchEngineConfig = {
confidenceThreshold: 75,
preferEnglishTitles: true,
preferRomajiTitles: false,
useAlternativeTitles: true,
caseSensitive: false,
minTitleLength: 3,
maxMatches: 5,
};