Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MadsLorentzen/ai-job-search
/ functions
Functions
11 in github.com/MadsLorentzen/ai-job-search
⨍
Functions
11
◇
Types & classes
0
↓ 10 callers
Function
anglicize
Convert Danish/Nordic characters to anglicized equivalents.
salary_lookup.py:69
↓ 6 callers
Function
extract_core_words
Extract meaningful words from a company name, ignoring noise.
salary_lookup.py:77
↓ 2 callers
Function
detect_column_type
Detect whether a column header refers to count or index data.
tools/convert_salary_excel.py:47
↓ 2 callers
Function
normalize
Normalize string for robust fuzzy matching.
salary_lookup.py:60
↓ 1 callers
Function
format_entry
Format a single company entry for display.
salary_lookup.py:177
↓ 1 callers
Function
load_data
()
salary_lookup.py:46
↓ 1 callers
Function
main
()
salary_lookup.py:234
↓ 1 callers
Function
main
()
tools/convert_salary_excel.py:194
↓ 1 callers
Function
match_score
Compute a match score between 0 and 100 for ranking results.
salary_lookup.py:86
↓ 1 callers
Function
parse_sheet
Parse a single worksheet into a list of company entries and detected categories.
tools/convert_salary_excel.py:59
↓ 1 callers
Function
search_company
Search for a company by name. Returns matching entries sorted by relevance.
salary_lookup.py:155