Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var (
"sr d", "sra", "srta", "sultan", "tan sri", "tan sri dato", "tengku", "teuku",
"than puying", "the hon dr", "the hon justice", "the hon miss", "the hon mr",
"the hon mrs", "the hon ms", "the hon sir", "the very rev", "toh puan", "tun",
"vice admiral", "viscount", "viscountess", "wg cdr"}
"vice admiral", "viscount", "viscountess", "wg cdr", "ind", "misc", "mx"}

conjunctionList = []string{"&", "and", "et", "e", "of", "the", "und", "y"}
)
Expand Down