Analysing Multimodal Documents: mumodo.py
A sample notebook using mumodo can be found here.
mumodo.py
General
Installation
Download mumodo.py package.
Dependencies
-
EnthoughtPythonDistribution
-
register for the academic version: http://www.enthought.com/productsdudownload.php
-
download: Windows: epd-7.3.2-win-x86.msi/epd-7.3.2-win-x86_64.msi
-
install: Windows: double-click the .msi-file to start
-
update packages: enpkg ipython, pandas
-
TextGridTool
-
install tgt (with python distribute: pip install tgt)
-
via github:git clone https://github.com/hbuschme/TextGridTools.git
-
cd TextGridTools
-
python setup.py install
-
-
(move the installed package to epd-x.x/lib/python2.7/site-packages)
-
for ELAN_mod remote control:
-
msgpackrpc
* check out [https://github.com/msgpackmsgpack-rpc-python](https://github.com/msgpackmsgpack-rpc-python) * install with *setup.py*
-
msgpack
* check out [https://github.com/msgpack/msgpack-python](https://github.com/msgpack/msgpack-python) * install with setup.py
-
Analytical Geometry Library (Vectors, Planes, Quaternions etc.)
-
euclid.py
-
Download from https://pypi.python.org/pypi/euclid
-
sudo python setup.py install
Third party software
- InstantReality
- IPython
- ELAN
InstantReality
The instantreality-framework is a high-performance Mixed-Reality (MR) system, which combines various components to provide a single and consistent interface for AR/VR developers built by Fraunhofer IGD.
IPython
IPython is an interactive shell for interactive computing in multiple programming languages, especially focused on the Python programming language, that offers enhanced introspection, rich media, additional shell syntax, tab completion, and rich history.
ELAN
ELAN is a professional tool for the creation of complex annotations on video and audio resources.