Go to file
2023-10-11 17:49:38 +02:00
tensorflow Initial commit 2023-10-09 11:37:31 +00:00
.gitignore part 1 almost done (no filtering on filenames / identifiers) 2023-10-09 15:08:47 +02:00
data.csv wip part 2 2023-10-11 13:59:07 +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
README.md Initial commit 2023-10-09 11:37:31 +00:00
requirements.txt part 2 done but Doc2Vec 2023-10-11 17:49:38 +02:00
search-data.py part 2 done but Doc2Vec 2023-10-11 17:49:38 +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.