Mercurial > hg > audio-features-catalogue
diff fca/run.py @ 4:8bd8453e0551
added fuxi facts and rules
author | nothing@tehis.net |
---|---|
date | Tue, 02 Apr 2013 15:33:18 +0100 |
parents | 62d2c72e4223 |
children |
line wrap: on
line diff
--- a/fca/run.py Mon Apr 01 21:26:45 2013 +0100 +++ b/fca/run.py Tue Apr 02 15:33:18 2013 +0100 @@ -4,6 +4,8 @@ rdfdir = basedir + 'rdf/' fcadir = basedir + 'fcadata/' +execfile(basedir + 'fca/fcaDotGen.py') + for name in os.listdir(rdfdir): if fnmatch.fnmatch(name, '*.rdf'): constructMatrix( name.replace('af-', '').replace('.rdf', ''), fcadir ) \ No newline at end of file