The goal of this project is to find synonyms, abbreviation and related keywords for the wiki-term.
pip install synonym_finder
from synonym_finder import *
sf = synonym_finder(bert_model = 'nli-bert-large')
sf.get_synonyms(term = 'Machine learning', source = 'dbpedia', thr = 0.72)