Skip to content

AlouiAmine/Synonym-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synonym Finder Project

The goal of this project is to find synonyms, abbreviation and related keywords for the wiki-term.

Installation

pip install synonym_finder

Get started:

from synonym_finder import *
sf = synonym_finder(bert_model = 'nli-bert-large')
sf.get_synonyms(term = 'Machine learning', source = 'dbpedia', thr = 0.72)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages