首页 > 代码库 > 【转载】julian-urbano/MelodyShape

【转载】julian-urbano/MelodyShape

A Library and Tool for Symbolic Melodic Similarity based on Shape Similarity
  •  41 commits
  •  1 branch
  •  4 releases
  •  1 contributor
  1.  Java 88.4%
  2.  TeX 10.5%
  3.  Shell 1.1%
JavaTeXShell
 branch: master 
MelodyShape/

Changed all source encodings to UTF-8.

latest commit da8abe2b08
技术分享 julian-urbano authored on 24 Oct 2014
 etcMoved logic to instantiate main and re-rank comparers and rankers to …3 months ago
 libMinor changes to project structure, preparing for JAR.a year ago
 src/jurbano/melodyshapeChanged all source encodings to UTF-8.3 months ago
 texUpdated user manual for v1.2.3 months ago
 CHANGELOG.txtReady to deploy v1.2.3 months ago
 LICENSE.txtSimplified project structure.3 months ago
 README.mdReady to deploy v1.2.3 months ago
 deploy.xmlReady to deploy v1.2.3 months ago

 README.md

MelodyShape

MelodyShape is an open source Java library and tool to compute the melodic similarity between monophonic music pieces. It implements several algorithms that compute similarity based on the geometric shape that melodies describe in the pitch-time plane.

All these algorithms have obtained the best results in the MIREX Symbolic Melodic Similarity task in 2010, 2011, 2012, 2013 and 2014 editions, as well as the best results reported for the 2005 collection.

MelodyShape can be run both as a graphical user interface and as a command line tool:

$ java -jar melodyshape-1.2.jarusage: melodyshape-1.2 -q <file/dir> -c <dir> -a <name> [-k <cutoff>] [-l] [-t <num>] [-v] [-vv] [-gui] [-h]-q <file/dir>  path to the query melody or melodies.-c <dir>       path to the collection of documents.-a <name>      algorithm to run:               - 2010-domain, 2010-pitchderiv, 2010-shape               - 2011-shape, 2011-pitch, 2011-time               - 2012-shapeh, 2012-shapel, 2012-shapeg, 2012-time, 2012-shapetime               - 2013-shapeh, 2013-time, 2013-shapetime               - 2014-shapeh, 2014-time, 2014-shapetime-k <cutoff>    number of documents to retrieve.-l             show results in a single line (omits similarity scores).-t <num>       run a fixed number of threads.-v             verbose, to stderr.-vv            verbose a lot, to stderr.-gui           run with graphical user interface.-h             show this help message.MelodyShape 1.2  Copyright (C) 2014  Julian Urbano <urbano.julian@gmail.com>This program comes with ABSOLUTELY NO WARRANTY.This is free software, and you are welcome to redistribute itunder the terms of the GNU General Public License version 3.

A detailed user manual in PDF is available from the releases page.

Dependencies

  • The MelodyShape library uses the Math library from Apache Commons.
  • The command line tool uses the CLI library from Apache Commons.

Current Version

The current version is MelodyShape 1.2, and it is compiled for Java 7. It can be redistributed and/or modified under the terms of the GNU General Public License version 3. Javadoc documentation and a user manual are available as well.

【转载】julian-urbano/MelodyShape