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 1/3] 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. From f007484e81d13631504785aaf0a3f15e324d5826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Serrano=20Juste?= Date: Tue, 12 Dec 2023 10:34:41 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 305629c6..c74dc1f0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ which will download musif and all its necessary dependencies. Currently, musif is able to process and integrate basic music21 features. For jsymbollic features, musif currently does not support the integration of these features, but a tutorial will be provided to manually merge them into musif's dataframe. -# jsymbollic installation +#### jsymbollic installation Java JRE >= 8 must be installed in your OS. Download Java Development Kit: https://www.oracle.com/es/java/technologies/downloads/ *Important*: right now music21 features are NOT guaranteed to be compatible with musif's cache system. Native musif's features work with cache system just fine. From 72b6001b6603f071f1b06011f7b0444d3542b33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Serrano=20Juste?= Date: Tue, 12 Dec 2023 13:15:12 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c74dc1f0..7d1c8c54 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,13 @@ To install the latest version of musif, just run `pip install musif` which will download musif and all its necessary dependencies. -## music21 and jsymbollic features +## music21 and jSymbolic features Currently, musif is able to process and integrate basic music21 features. -For jsymbollic features, musif currently does not support the integration of these features, but a tutorial will be provided to manually merge them into musif's dataframe. -#### jsymbollic installation -Java JRE >= 8 must be installed in your OS. Download Java Development Kit: https://www.oracle.com/es/java/technologies/downloads/ +For jSymbolic features, musif currently does not support the integration of these features, but a tutorial will be provided to manually merge them into musif's dataframe. + +#### jSymbolic installation +Java JRE >= 8 must be installed in your OS. Download jSymbolic from https://sourceforge.net/projects/jmir/files/jSymbolic/ *Important*: right now music21 features are NOT guaranteed to be compatible with musif's cache system. Native musif's features work with cache system just fine. @@ -37,7 +38,7 @@ https://github.com/DIDONEproject/music_symbolic_features ## Changelog #### v1.2 -* Remove musif's native support on jsymbollic features. Add notebook to extract them independently +* Remove musif's native support on jSymbolic features. Add notebook to extract them independently * Improve documentation * fix bug on previous release