From d24e9138cb1e5968b73fb5a72b2f5d462e25dd64 Mon Sep 17 00:00:00 2001 From: 0x2b3bfa0 <0x2b3bfa0+git@googlemail.com> Date: Tue, 5 Dec 2023 23:11:54 +0100 Subject: [PATCH] Fix typos --- README.md | 6 +++--- docs/source/index.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cadd0cce..a2ed0b38 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Python library for **Music Feature Extraction and Analysis**, developed by the [Didone Project](https://didone.eu/). ### Documentation -Tho read the documentation, please see the website at: https://musif.didone.eu -Includes definitions for musif's functions and classes, definitions for all type sof features that musif extracts, as well as example code for using musif. +To read the documentation, please see the website at: https://musif.didone.eu +Includes definitions for musif's functions and classes, definitions for all types of features that musif extracts, as well as example code for using musif. You will find also two tutorials: -- A basic Tutorial, to jus tstart using musif and extracting some features and even running some ML experiments with them. +- A basic Tutorial, to just start using musif and extracting some features and even running some ML experiments with them. - An Advanced Tutorial, to extract features of different corpora and create your own hooks and features. ### Installation diff --git a/docs/source/index.md b/docs/source/index.md index 1455cce6..e7051c7d 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -8,7 +8,7 @@ hidden: Getting started Getting advanced -Comman Line Interface (CLI) +Command Line Interface (CLI) File_loading Feature_definition Custom_features @@ -22,7 +22,7 @@ General index Module index Search -[Source code](https://github.com/DIDONEproject/musif/) +Source code ``` `musif` is a Python module for computing features from music scores. It has been designed and extensively used by the [Didone](https://didone.eu) team for analyzing arias from 18th-century Italian operas on texts by Pietro Metastasio.