Coder Social home page Coder Social logo

rockerrecruit's Introduction

File search util (Rocker)

Original description could be found in scala_developer_coding_exercise.pdf

Calling util

sbt> runMain co.beetroot.Main <folder-to-analyze>
5 files read in directory C:\Temp\Books

search> anxious lobster
Matches found: 766-0.txt: 100.0% 158-0.txt: 43.06% 1342-0.txt: 36.12% 1400-0.txt: 29.17% 121-0.txt: 26.39%

search> computer
No matches found

search>:quit

You can search for several words separated by a space.

If the match is found file names with a score are output (sorted descending).

To exit please use :quit command

Score counting

Score is calculated according to the following heuristics:

  • each file gets score for each word. This intermediate score is in (0.0; 1.0] range.
  • scores for all words are summed for each file; so file can get score N maximum, where N is a number of words
  • previous scores are normalized and cast to percents; so the file with the highest word count gets 100%

TODO

Add more error handling

Testing

Just run test or run subset of specs if needed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.