wikirec

Contents:

  • model
  • data_utils
  • languages
  • lem_abbr_dict()
  • stem_abbr_dict()
  • sw_abbr_dict()
  • utils
  • License
  • Change log
wikirec
  • Installation
  • View page source

https://raw.githubusercontent.com/andrewtavis/wikirec/main/.github/resources/logo/wikirec_logo_transparent.png

rtd ci codecov pyversions pypi pypistatus license coc codestyle colab

Recommendation engine framework based on Wikipedia data

Installation¶

pip install wikirec
git clone https://github.com/andrewtavis/wikirec.git
cd wikirec
python setup.py install
import wikirec

Contents:

  • model
    • gen_embeddings()
    • gen_sim_matrix()
    • recommend()
  • data_utils
    • input_conversion_dict()
    • download_wiki()
    • _process_article()
    • parse_to_ndjson()
    • _combine_tokens_to_str()
    • _lower_remove_unwanted()
    • _lemmatize()
    • _subset_and_combine_tokens()
    • clean()
    • WikiXmlHandler
  • languages
  • lem_abbr_dict()
  • stem_abbr_dict()
  • sw_abbr_dict()
  • utils
    • _check_str_similarity()
    • _check_str_args()
    • graph_lda_topic_evals()
  • License
  • Change log
    • Changelog
    • wikirec 1.0.0 (December 28th, 2021)
    • wikirec 0.2.2 (May 20th, 2021)
    • wikirec 0.2.1 (April 29th, 2021)
    • wikirec 0.2.0 (April 16th, 2021)
    • wikirec 0.1.1.7 (March 14th, 2021)
    • wikirec 0.1.0 (March 8th, 2021)

Project Indices¶

  • Index

Next

© Copyright 2020, wikirec developers (BSD License).

Built with Sphinx using a theme provided by Read the Docs.