Metadata-Version: 2.1
Name: kdap
Version: 0.1.26
Summary: KDAP is a package to analyze knowledge data
Home-page: https://kdap.github.io/
Author: Amit Arjun Verma
Author-email: mt4descentis@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.21.0)
Requires-Dist: internetarchive (==1.8.5)
Requires-Dist: numpy
Requires-Dist: wikipedia
Requires-Dist: pycountry
Requires-Dist: mwparserfromhell (==0.5.4)
Requires-Dist: nltk (==3.4.5)
Requires-Dist: xmltodict
Requires-Dist: matplotlib
Requires-Dist: prettytable
Requires-Dist: bx-python
Requires-Dist: pyunpack
Requires-Dist: mwviews
Requires-Dist: patool

[![Build Status](https://travis-ci.org/descentis/kdap.svg?branch=master)](https://travis-ci.org/descentis/kdap)
[![BCH compliance](https://bettercodehub.com/edge/badge/descentis/kdap?branch=master)](https://bettercodehub.com/)

# Knowledge Data Analysis and Processing Platform
This library contains a collection of utilities for efficiently processing and anlyzing the data of Wiki-based and QnA-based portals (eg., Wikipedia, Wikia, Stack Exchange, etc.). The function takes Knol-ML files as input. Most of the functions of this library are implemented in such a way that parallel processing can be achieved.

The library is currently in the development phase, feel free to raise an issue. We welcome the community to contribute towards KDAP code base and ARK dataset.
Please check our webpage for more details [GitHub Page](https://kdap.github.io/)

# Knol-ML data dump

The data dump can be found [here](https://archive.org/details/KnolML)


