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
- Python3
- requests==2.21.0
- internetarchive==1.8.5
- numpy
- wikipedia
- psutil>=5.6.6
- mwparserfromhell==0.5.4
- nltk==3.4.5
- matplotlib
- bx-python
- pyunpack
- mwviews
The list of dependencies is shown in ./requirements.txt
, however the installer takes care of installing them for you.
Installing kdap is easily done using pip. Assuming it is installed, just run the following from the command-line:
pip install kdap
This will also install the necessary dependencies.
If you like to clone from source, you can do it with very simple steps. First, clone the repo:
> git clone https://github.com/descentis/kdap.git
> cd kdap
For information on how to use KDAP, refer to the official documentation:
- http://kdap.readthedocs.io
- Soon we will provide a video Tutorial, till then please watch our teaser on Youtube: https://youtu.be/-3boFWHB5oM
Fork the project and follow the instructions on how to get started with source code. I will be updating the test cases on which you can test your code. Stay tuned.
This software is licensed under the BSD 3-Clause License.
This project has received funding from the CSRI, Department of Science and Technology India via grant no. SR/CSRI/344/2016
- Amit Arjun Verma - Author - descentis
- S.R.S Iyengar - Author - sudarshansudarshan
- Aayush Sabharwal - Contributor - AayushSabharwal
The data dump can be found here