Skip to content

Commit

Permalink
To version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvankranenburg committed Nov 5, 2019
1 parent 7c771ca commit 9a696fc
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ venv.bak/

#Sphinx
docsrc/build/
docs/.buildinfo

6 changes: 3 additions & 3 deletions MTCFeatures/MTCFeatureLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
__modpath = Path(__file__).resolve().parent

datapaths = {
'MTC-ANN-2.0.1' : PurePath(__modpath, 'data', 'MTC-ANN-2.0.1_sequences-0.9.1.jsonl.gz'),
'MTC-FS-INST-2.0' : PurePath(__modpath, 'data', 'MTC-FS-INST-2.0_sequences-0.9.1.jsonl.gz'),
'ESSEN' : PurePath(__modpath, 'data', 'essen_sequences-0.9.1.jsonl.gz')
'MTC-ANN-2.0.1' : PurePath(__modpath, 'data', 'MTC-ANN-2.0.1_sequences-1.0.jsonl.gz'),
'MTC-FS-INST-2.0' : PurePath(__modpath, 'data', 'MTC-FS-INST-2.0_sequences-1.0.jsonl.gz'),
'ESSEN' : PurePath(__modpath, 'data', 'essen_sequences-1.0.jsonl.gz')
}

class MTCFeatureLoader:
Expand Down
16 changes: 16 additions & 0 deletions MTCFeatures/data/LICENCE_Data
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 not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9a696fc

Please sign in to comment.