You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple python repository for developing perceptron based text mining involving dataset linguistics preprocessing for text classification and extracting similar text for a given query.
Full-stack app that fetches some Wikipedia articles at random, indexes them (in local memory), and serves endpoints for searching the index using a BM25 ranking algorithm. Originally an eng challenge I was asked to spend 3hrs on, w/o a DB of any form, I have since added persistence by Dockerizing the app with a Postgres instance. Front-end WIP.