Wikipedia Analysis Toolkit
Project description
Knolml-Analysis-Package
The aim of this project is to do various types of analysis on knolml which can be used by a reseracher who is working on wikipedia data.
Analysis1: Controversy Analysis using wiki-links
To measure the relative controversy level of various wiki-links present in a wikipedia article.
Input Format: python3 script_name input_file_name
Example: python3 controversy_analysis.py 2006_Westchester_County_torna.knolml
Analysis2: Contributions of an author over a given period of time in a wikipedia article
To find contributions of an author in terms of words, sentences, bytes etc over a given period of time (given starting and ending dates)
Input Format: python3 script_name input_file_name start_date(YYYY-MM-DD) end_date(YYYY-MM-DD) --flag(sentences/bytes/wikilinks/words)
Example: python3 author_contribution.py 2006_Westchester_County_torna.knolml 2000-01-01 2010-01-01 --bytes
Analysis3: Ranking all the authors based on their contribution to a given paragraph
To rank all the authors of a wikipedia article based on their contribution to a particular paragraph present in the article. The paragraph will be given as input to the program.
Input Format: python3 script_name input_file_name
Example: python3 rank_authors_based_on_para_contr.py 2006_Westchester_County_torna.knolml
Analysis4: Finding knowledge gaps in a wikipedia article
A wikipedia article represents knowledge about some related topics, like a wikipedia article on IIT Ropar may be talking about placements of IIT Ropar in a particular section. But, in this section there was no information regarding a new branch say Biotechnology which was newly introduced. So, can we write a Python program that can tell that the information regarding placements of Biotechnology is missing from the IIT Ropar wikipedia page? Or in general can we tell that there is a knowledge gap in a wikipedia article?
Steps to find external knowledge gaps:-
- Select a book from books folder as input file for segmentation and run python3 start_segmentation.py books/[book_name]
- Segments would be written in segmentaion_result.csv file
- Now we will do external segmentation using segmentaion_result.csv, run python3 find_external_gaps.py
- You can find the External Knowledge gaps in external_gaps.txt file
Steps to train word2vec (Optional):-
- You are already provided with a trained word2vec (wrdvecs-text8.bin), you have to delete it first
- Once the trained model is deleted, supply a coprus with name text8 and simply run the code
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kml-analysis-parasKumarSahu-0.0.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9704f44d4aef9f9e4fda7826943e0b1cb9b98a9685b25b27c59ce153df51340 |
|
MD5 | 0cb5b90017717b52715e2ca698925938 |
|
BLAKE2b-256 | fff5e37193ae41dc713e53aaa0f5e041aa7a3419ccb7b733a6e9eb36f645e953 |
Hashes for kml_analysis_parasKumarSahu-0.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4afb4c8f5b14ae44f42b4095a000a82e1372855e0b68e6d7a1dff0cee7cf22d |
|
MD5 | 412e44f34ec47e83aae04f94c5447d4e |
|
BLAKE2b-256 | b2458b0e48ab00a010aca22f53cb4cd491db837592f133ab02eed0e82dcae8e8 |