The purpose of this repository is to gather python
scripts that allow making the analysis on Wikipedia's available data. It is organized in directories each of those contains procedures related to a specific analysis task. Here follows a little description for each of the aforementioned directories.
Mention
: Once you choose a word or a regular expression you are interested in, the provided scripts allowed you to carry out some analysis relate to the mentions of the chosen words across languages. A more detailed explanation is furnished in theREADME.md
of the directory.
Each directory provides the following files:
README.md
file: description of the work;.py
scripts which rally the classes and methods implemented to accomplish the task;- An
IPython Notebook
that shows the way to use the classes and methods provided.