Skip to content

RodinaMariia/simple-vocabulary-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

search-by-vocabulary

Keyword search example for small dictionaries. Accepts data from external storage and converts to in-memory matrices using for cosine similarity calculation. Needs a library to create text embeddings. Contains several methods:

  • Similarity between vocabulary-based embeddings. Beware of typos ❗
  • Fuzzy search with a levenshtein distance it it;
  • n-grams comparation, where n = [2, max_dictionary_sentence].

About

Different styles of keyword search

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages