fajifr / recontent

Content recommendation API
MIT License
0 stars 1 forks source link

Write recommendation engine #1

Closed Freija closed 8 years ago

Freija commented 8 years ago

I will start by using the simple wiki example from gensim, this can then be extended to the ArXiv corpus.

Freija commented 8 years ago

This is mostly done. One last thing is to translate the document IDs inside the model to actual simple-wiki article links. This will require writing out the translation key at the time that the dictionary is created.

Freija commented 8 years ago

Done!