Skip to content
Snippets Groups Projects
Commit d22d4c76 authored by Blaß, Michael's avatar Blaß, Michael :speech_balloon:
Browse files

Doc updates

parent b85b1850
No related branches found
No related tags found
No related merge requests found
Pipeline #8477 passed
Showing
with 8 additions and 8 deletions
File moved
......@@ -5,9 +5,9 @@
Welcome to the documentation of the apollon feature extraction framework!
=========================================================================
*apollon* is a feature extraction and modelling frame work for music data
*apollon* is a feature extraction and modeling framework for music data
analysis. It handles low-level audio feature extraction, their aggreagation
using Hidden Markov models, and comparison by means of the Self-Organizing Map.
using Hidden Markov models, and comparison by means of the self-organizing map.
See the :doc:`framework` chapter for gentle introduction to the mentioned
concepts.
......@@ -20,7 +20,7 @@ Contents
download
install
framework
api/modules
generated/api/modules
* :ref:`genindex`
* :ref:`modindex`
......@@ -2,8 +2,8 @@ Installation
***************************************
apollon can be installed on GNU/Linux, macOS, and Windows. Installation process
is similar on each of these plaforms. Note, however, that apollon contains
Python C extension modules, which have to be compile locally for GNU/Linux and
Windows users. If work on any of those platforms, please make shure that there
CPython extension modules, which have to be compiled locally for GNU/Linux and
Windows users. If you work on those platforms, please make shure that there
is a C compiler set up on your machine; otherwise the installation will fail.
In the case of macOS, a precompiled wheel is provided for the latest version
only.
......@@ -11,8 +11,8 @@ only.
Install using pip
=======================================
The Python packager manager can automatically install download and install
apollon from pip. Simply run the following command from your terminal:
The Python packager manager can automatically download and install
apollon from Pypi. Simply run the following command from your terminal:
.. code-block:: Bash
......
......@@ -3,7 +3,7 @@
# mblass@posteo.net
"""
apollon/__init__.py -- Main package initialization.
Apollon feature extraction framework.
"""
import os as _os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment