This project is written to recommend tags based on data from stackoverflow.
- Create a database with name "stackoverflow_recommender" on postgresql.
- Run migration files with
migrate.shfile. See the file's content for additional information. - Dump data in database with
loaddata.shscript. - Go to
cmd/similarityfolder and run the project.go build -o similarity.out./similarity.out
- After the program is run, reports will be available in
cmd/similarityfolder (as they are now).