Skip to content. Skip to navigation

The AMI Meeting Corpus is a multi-modal data set consisting of 100 hours of meeting recordings

Sections
Personal tools
You are here: Home About Speakers Re: About Speakers

Forum Post : Re: About Speakers

Up one level
Posted by jcarletta at 2010-02-08 13:10

You can find out about the corpus design on http://corpus.amiproject.org/documentations/ami-corpus-scenario-explained - the same four people participate in all four scenario meetings for the same series (e.g., ES2002a-d), but it's then different subjects for e.g. ES2009a-d.

To map from A,B,C,D (NXT agent designators) to actual people, you have to use the meetings corpus resource (meetings.xml), and the participants corpus resource if you want to know about the people.  You can do this using NXT if you want - here's an example.

java FunctionQuery -o ES2002a -c AMI-metadata.xml -q '($s speaker)($m meeting)($p participant):($m^$s) & (ID($p)=$s@global_name)' -atts '$m@observation'  '$s@nxt_agent'  '$s@global_name'  '$p@sex'

Corpus resources are packaged with the annotations.



Powered by Plone