Skip to content

Commit

Permalink
Merge pull request #71 from 0x2b3bfa0/main
Browse files Browse the repository at this point in the history
Fix blatant typos
  • Loading branch information
martianbug authored Dec 18, 2023
2 parents 72b6001 + d24e913 commit 4ab9669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ layout: default
---
Getting started <Tutorial>
Getting advanced <Tutorial poprock>
Comman Line Interface (CLI) <CLI>
Command Line Interface (CLI) <CLI>
File_loading
Feature_definition
Custom_features
Expand All @@ -21,7 +21,7 @@ General index <genindex>
Module index <modindex>
Search <search>
[Source code](https://github.com/DIDONEproject/musif/)
Source code <https://github.com/DIDONEproject/musif/>
```
`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.

Expand Down

0 comments on commit 4ab9669

Please sign in to comment.