/Word-cloud-Search-engine-optimisation-

Future project on search optimisation via NLP

Primary LanguageJupyter Notebook

Search engine

The search engine:

  • downloads the all the PDF frm Quantinar, cleans them and provides a copulae to work with
  • takes in a search term (not limited in size), creates a n-gram structure of the copulae based on the number of words in the search term
  • uses a log-tdidf ranking system to iterate and provide the matching resusts
cd engine

docker build -t registry.virtomat.io/quantinar/search_engine:x.x.x .