Skip to content

mstockerl/clustering-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clustering-example

Example project for the talk at the Search Meetup.

You can build the project using

sbt assembly

Index data

The code within the index package, let you index reviews of the yelp dataset. To fill the index:

java -cp target/scala-2.10/clustering-example.jar net.gutefrage.example.index.Indexer {clusterName} {pathToDataset}

Cluster Data

java -cp target/scala-2.10/clustering-example.jar net.gutefrage.example.clustering.Clustering {clusterName}

About

Example project for the talk at the Search Meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages