Skip to content

jasongoodwin/tfidf-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Search

Simple application that will take a folder as input, and allow searches against the input

Environment Setup

On a mac:

brew install sbt

Running

From the folder, invoke sbt or activator with a path containing documents. A sample collection of documents is included. To run with the sample documents:

sbt 'run ./src/main/resources/source'

Running Tests

sbt test

About

Playing around with search mechanics and functional programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages