-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c771ca
commit 9a696fc
Showing
7 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,4 +111,5 @@ venv.bak/ | |
|
||
#Sphinx | ||
docsrc/build/ | ||
docs/.buildinfo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
The dataset with feature values for MTC-ANN-2.0.1 and MTC-FSINST-2.0 as | ||
included in MTCFeatures is licensed under a Creative Commons | ||
Attribution-NonCommercial-ShareAlike 3.0 Unported License | ||
(http://creativecommons.org/licenses/by-nc-sa/3.0/). Based on a work at | ||
http://www.liederenbank.nl/mtc. | ||
|
||
The feature values for the ESSEN Folksong Collection are derived from the | ||
**kern files as downloaded from http://kern.ccarh.org/browse?l=essen. | ||
|
||
THE DATA ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE DATA OR THE USE OR OTHER DEALINGS IN THE | ||
DATA. |
Binary file renamed
BIN
+569 KB
...ta/MTC-ANN-2.0.1_sequences-0.9.1.jsonl.gz → ...data/MTC-ANN-2.0.1_sequences-1.0.jsonl.gz
Binary file not shown.
Binary file renamed
BIN
+36.9 MB
.../MTC-FS-INST-2.0_sequences-0.9.1.jsonl.gz → ...ta/MTC-FS-INST-2.0_sequences-1.0.jsonl.gz
Binary file not shown.
Binary file renamed
BIN
+7.49 MB
...tures/data/essen_sequences-0.9.1.jsonl.gz → ...eatures/data/essen_sequences-1.0.jsonl.gz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
|
||
setuptools.setup( | ||
name="MTCFeatures", | ||
version="0.1", | ||
version="1.0", | ||
author="Peter van Kranenburg", | ||
author_email="[email protected]", | ||
description="Melodies from Meertens Tune Collections as sequences of features.", | ||
description="Melodies from Meertens Tune Collections and Essen Folksong Collection as sequences of features.", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/pvankranenburg/MTCFeatures", | ||
|