To install the eSTEeM: Measuring Qualification effects project's framework unzip esteem-mqe-framework.zip
(Windows systems) or extract esteem-mqe-framework.tar
(Mac/*nix systems) to a directory of your choice.
This will replicate the directory structure:
|- LICENSE.txt |- README.md |- README.html | |-- classifiers | |-- docs | |-- forums | |-- mbz | |-- scripts
The supplied directories are:
All other directories required by esteem-framework are generated on demand when running each script.
The framework requires Python 3 to execute the scripts. Where possible built-in Python libraries have been used. However, there are two dependencies for specialist tasks:
draw_posts.py
classify_posts.py
and prepare_taxonomy.py
The dependencies have to be installed separately using Python's supplied pip
installer.
Note on versions used in developing the framework: Python 3.5.2, matplotlib 1.5.1, nltk 3.1 and pip 9.0.0.