All Projects → johnpcarty → Thesaurus Of Job Titles

johnpcarty / Thesaurus Of Job Titles

Licence: gpl-3.0
Open Source Thesaurus of Job Titles in US English

Projects that are alternatives of or similar to Thesaurus Of Job Titles

Xapiand
Xapiand: A RESTful Search Engine
Stars: ✭ 347 (+350.65%)
Mutual labels:  search-engine, elasticsearch
Fess
Fess is very powerful and easily deployable Enterprise Search Server.
Stars: ✭ 561 (+628.57%)
Mutual labels:  search-engine, elasticsearch
Elasticsearch
The missing elasticsearch ORM for Laravel, Lumen and Native php applications
Stars: ✭ 375 (+387.01%)
Mutual labels:  search-engine, elasticsearch
Elasticsearch
Free and Open, Distributed, RESTful Search Engine
Stars: ✭ 57,778 (+74936.36%)
Mutual labels:  search-engine, elasticsearch
Flexsearch
Next-Generation full text search library for Browser and Node.js
Stars: ✭ 8,108 (+10429.87%)
Mutual labels:  search-engine, elasticsearch
Toshi
A full-text search engine in rust
Stars: ✭ 3,373 (+4280.52%)
Mutual labels:  search-engine, elasticsearch
Nboost
NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search results on different platforms (i.e. Elasticsearch)
Stars: ✭ 549 (+612.99%)
Mutual labels:  search-engine, elasticsearch
Rated Ranking Evaluator
Search Quality Evaluation Tool for Apache Solr & Elasticsearch search-based infrastructures
Stars: ✭ 134 (+74.03%)
Mutual labels:  search-engine, elasticsearch
Funpyspidersearchengine
Word2vec 千人千面 个性化搜索 + Scrapy2.3.0(爬取数据) + ElasticSearch7.9.1(存储数据并提供对外Restful API) + Django3.1.1 搜索
Stars: ✭ 782 (+915.58%)
Mutual labels:  search-engine, elasticsearch
Bertsearch
Elasticsearch with BERT for advanced document search.
Stars: ✭ 684 (+788.31%)
Mutual labels:  search-engine, elasticsearch
Image To Image Search
A reverse image search engine powered by elastic search and tensorflow
Stars: ✭ 200 (+159.74%)
Mutual labels:  search-engine, elasticsearch
Elasticsearch Spring Boot Spring Data
🏆 Starter example for using Elasticsearch repository with Springboot
Stars: ✭ 65 (-15.58%)
Mutual labels:  search-engine, elasticsearch
Mahuta
IPFS Storage service with search capability
Stars: ✭ 185 (+140.26%)
Mutual labels:  search-engine, elasticsearch
Gnes
GNES is Generic Neural Elastic Search, a cloud-native semantic search system based on deep neural network.
Stars: ✭ 1,178 (+1429.87%)
Mutual labels:  search-engine, elasticsearch
Rusticsearch
Lightweight Elasticsearch compatible search server.
Stars: ✭ 171 (+122.08%)
Mutual labels:  search-engine, elasticsearch
Ipfs Search
Search engine for the Interplanetary Filesystem.
Stars: ✭ 519 (+574.03%)
Mutual labels:  search-engine, elasticsearch
Srchx
A standalone lightweight full-text search engine built on top of blevesearch and Go with multiple storage (scorch, boltdb, leveldb, badger)
Stars: ✭ 118 (+53.25%)
Mutual labels:  search-engine, elasticsearch
Haystack
🔍 Haystack is an open source NLP framework that leverages Transformer models. It enables developers to implement production-ready neural search, question answering, semantic document search and summarization for a wide range of applications.
Stars: ✭ 3,409 (+4327.27%)
Mutual labels:  search-engine, elasticsearch
Elasticsuite
Smile ElasticSuite - Magento 2 merchandising and search engine built on ElasticSearch
Stars: ✭ 647 (+740.26%)
Mutual labels:  search-engine, elasticsearch
Klask Io
klask.io is an open source search engine for source code, live demo
Stars: ✭ 45 (-41.56%)
Mutual labels:  search-engine, elasticsearch

Thesaurus of Job Titles

An open source thesaurus of job titles in US English

This thesaurus is not perfect, but I hope it is a good start.

There is a disconnect between how people search for jobs and how those jobs are posted. People search for internships, but jobs are posted for interns. This is the synonym problem. It has a solution - a thesaurus.

For Job Seekers and Recruiters

First things first, you can check out my site www.EnlightenJobs.com for an online version of the thesaurus.

If you are here for the data, the files you are probably looking for are the assigned_role.txt and the job_title_dictionary.txt.

  • assigned_role.txt - contains my list of detailed occupations along with an abbreviated list of synonyms and searches.
  • job_title_dictionary - contains my list of words and phrases found in job titles.

For Developers, ATS's and Search Engines

For search engines, I built a synonyms file for Elasticsearch. Check the Elasticsearch folder for a demonstration.

  • synonym_job_titles_for_index.txt - a file that should be used when indexing job titles in Elasticsearch.
  • synonym_job_titles_for_search.txt - a file that could be used to run a search against the index in Elasticsearch.
  • synonym_job_titles_for_search_alternative.txt - a file that could be used to run a more resource-intensive search against the index in Elasticsearch.

Under the Developers folder, I publish the thesaurus as a database in a MySql format.

I developed a job title generator that analyzes a job title, matches it to an Assigned Role, and suggests a better job title and keywords, if applicable. Check out the Developers subfolder for more information.

About the Thesaurus of Job Titles

Mission - Reduce frictional unemployment

Strategy - Improve the information flowing between recruiters and job seekers. Improve how recruiters and job seekers create job postings and resumes/online profiles. Improve how recruiters and job seekers search for candidates and jobs.

Economics says that search frictions, such as imperfect information, create frictional unemployment. Information retrieval says that information provided in search results can be improved with a thesaurus. Despite this, some of the most well known job and candidate search engines have not implemented a thesaurus.

Let's create a thesaurus of job titles and a few tools to make it easy to use. Hopefully, we can reduce unemployment in the long-term.

A Note about Copyright

The list of synonyms cannot be copyrighted. Check out Feist Publications, Inc., v. Rural Telephone Service Co. for more information.

The programming code in this project will be covered under GPLv3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].