Go to file
2023-10-25 15:45:04 +02:00
out done part 4 2023-10-25 15:45:04 +02:00
tensorflow Initial commit 2023-10-09 11:37:31 +00:00
.gitignore part 3 done 2023-10-23 15:42:25 +02:00
data.csv wip part 2 2023-10-11 13:59:07 +02:00
doc2vec_model.dat doc2vec executes 2023-10-16 16:36:25 +02:00
extract-data.py wip part 2 2023-10-11 13:59:07 +02:00
ground-truth-unique.txt Initial commit 2023-10-09 11:37:31 +00:00
prec-recall.py done part 4 2023-10-25 15:45:04 +02:00
README.md Initial commit 2023-10-09 11:37:31 +00:00
requirements.txt almost done part 4 2023-10-25 15:10:47 +02:00
search-data.py almost done part 4 2023-10-25 15:10:47 +02:00

Project 02: Multi-source code search

About the Project

This project has the goal of developing a search engine able to query a large Python code repository using multiple sources of information. It is part of the Knowledge Analysis & Management - 2022 course from the Università della Svizzera italiana.

In this repository, you can find the following files:

  • tensor flow: a code repository to be used during this project
  • ground-truth-unique: a file containing the references triples necessary to evaluate the search engine (step 3)

For more information, see the Project-02 slides (available on iCourse)

Note: Feel free to modify this file according to the project's necessities.