/INF551_HW1

It loads the dataset into Firebase and creates an inverted index for the motivation content of laurates.The index has an entry for each unique (non-stop) word in the content and the value of entry is a list of corresponding ids (value of id attribute). The second script takes a list of keywords and return a list of ids of prizes whose motivation attribute contains some keywords in the list.

Primary LanguagePython

This repository is not active