Andrew Tavis McAllister
Andrew Tavis McAllister
This issue is for discussing and eventually implementing key-phrase extraction for TFIDF in kwx. It would be best to first collect code snippets and documentation links for how to best...
Please use this issue to suggest other methods for keyword extraction that could be included in kwx. Suggestions would ideally include some of the following: - A blogpost or other...
The function [data.data_utils.incl_dir_idxs](https://github.com/andrewtavis/wikirepo/blob/main/src/wikirepo/data/data_utils.py) is how a user can find what indexes are available for a given type of data - demographic, economic, etc. It would be great if `data.data_utils.incl_dir_idxs` would...
Please use this issue to suggest [Wikidata](https://www.wikidata.org/wiki/Wikidata:Main_Page) properties that could be added to wikirepo. With the suggestion it would be great to get the following: - The link to the...
wikirepo as a project has many modules that interconnect and are funneled to two functions - [wikirepo.data.query](https://github.com/andrewtavis/wikirepo/blob/main/src/wikirepo/data/query.py) and [lctn_utils.gen_lctns_dict](https://github.com/andrewtavis/wikirepo/blob/main/src/wikirepo/data/lctn_utils.py). It would be helpful for users and potential contributors to have...
Hi all 👋 Am hoping to get Scribe-iOS onto Up for Grabs :) I've been working on the project for a bit over half a year at this point, and...
One way to provide more data for wikirec would be to add metadata for the given article via its [Wikidata:Main_Page](https://www.wikidata.org/wiki/Wikidata:Main_Page) page. This would change the manner in which the data...
A potential addition to wikirec would be allowing a user to change the recommendations based on the topics. As of now this is only a sketch, but the general idea...
The WikilinkNN currently best supports book recommendations in wikirec as there are preset links that are removed via the following in [wikirec.model._wikilink_nn](https://github.com/andrewtavis/wikirec/blob/main/src/wikirec/model.py): ```python to_remove = [ "hardcover", "paperback", "hardback", "e-book",...
This issue is to discuss ways to best combine vector embeddings so that a wikirec user can optimally pass more than one argument to [wikirec.model.recommend](https://github.com/andrewtavis/wikirec/blob/main/src/wikirec/model.py). The current way of combining...