<h1>Aggregation extraction review</h1>
<h2>Description:</h2>
<p>
The goal of this project is to review the results of the aggregation extraction results
</p>
<p>
TODO: Explain how this aggregation extractor should be reviewed.
</p>
AggregationExample.sc
C:/Jun/Devel/Annotator/scripts/dist/AggregationExtractor.exe
.aggPool
sources = [
("example", FileMetadataSource(path=".",
schemaFile="CLAMDescriptors.sc",
poolSuffix=".example",
extractor="ClamExtractorExample")),
("chord", FileMetadataSource(path=".",
schemaFile="Chords.sc",
poolSuffix=".chord",
extractor="ChordExtractor")),
]
map = [
# ('TargetScope::TargetAttribute', 'sourceId', 'SourceScope::SourceAttribute'),
("Song::Frames", "example", "Song::Frames"),
("Song::ChordFrames", "chord", "Song::Frames"),
("Song::Danceable", "example", "Song::Danceability"),
("Frame::Energy", "example", "Frame::Energy"),
("ChordFrame::Energy", "chord", "Frame::Energy"),
("ChordFrame::ChordHartePcp", "chord", "Frame::HartePcp"),
("ChordFrame::HarteChordCorrelation", "chord", "Frame::HarteChordCorrelation"),
("Song::Harte", "chord", "Song::Chords_Harte"),
("ExtractedChord::ChordRoot", "chord", "ExtractedChord::Root"),
("ExtractedChord::ChordMode", "chord", "ExtractedChord::Mode"),
]
SongsTest/Debaser-CoffeeSmell.mp3
SongsTest/Debaser-WoodenHouse.mp3