///|
let start_of_item_bonus = 1

///|
let start_of_word_bonus = 480

///|
let camel_case_bonus = 360

///|
let non_word_bonus = 480

///|
let match_bonus = 320

///|
let start_gap_penalty = 60

///|
let continue_gap_penalty = 20

///|
let wrong_case_penalty = 120

///|
let first_char_multiplier = 2