Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse_wikidump: programmatic access #28

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 25, 2015

  1. Refactored parse_wikidump to allow programmtic access to its function…

    …ality, e.g., initialize db, and initiate downloads via code.
    Manos Tsagkias committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    eb674ad View commit details
    Browse the repository at this point in the history
  2. Changed __doc__

    Manos Tsagkias committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    79c76e8 View commit details
    Browse the repository at this point in the history
  3. Moving logic from __main__ to __init__. We also need a "download()" f…

    …unction in __init__ that takes care of downloading.
    Manos Tsagkias committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    251671b View commit details
    Browse the repository at this point in the history