Mercurial > hg > audio-features-catalogue
diff rdfpy/af-EXEC.py @ 18:d5012016bf64 tip
added rdfpy and rdfonto directories
author | nothing@tehis.net |
---|---|
date | Tue, 23 Apr 2013 11:49:20 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdfpy/af-EXEC.py Tue Apr 23 11:49:20 2013 +0100 @@ -0,0 +1,12 @@ +import os + +basedir = '/Users/alo/MusicOntology/features/' + +files = ['ontology', 'vocabulary', 'mirtoolbox'] +htfiles = ['v', 'o', 'mrtb'] + +for name in files: + execfile(basedir + 'rdfpy/af-' + name + '.py') + +for htname in htfiles: + os.system("swipl -s " + basedir + "spec/"+htname+"-spec.sh") \ No newline at end of file