Chrome extension for displaying cultural and scientific resources in the context of a web page. The extension integrates other modules like C4, the Visualization Widgets and PEAS.
adjust weights of the keywords/entities according to the (long-term) user profile. Dictionary-based approach would be the most simple for entities: Build a dictionary with entities already used for queries and boost future entities if contained in dict. Other conceivable approaches encompass tf-idf, textRank, semantic relations, ...
Based on the weights, filter the keywords that are sent to the recommender.
adjust weights of the keywords/entities according to the (long-term) user profile. Dictionary-based approach would be the most simple for entities: Build a dictionary with entities already used for queries and boost future entities if contained in dict. Other conceivable approaches encompass tf-idf, textRank, semantic relations, ... Based on the weights, filter the keywords that are sent to the recommender.