There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A command line driven text search engine using Python 3.6 and the Map Reduce approach. The search take the words given on the prompt and return a list of the top 10 matching filenames in rank order, giving the rank score against each match.