|
{ |
|
"paper_id": "H01-1005", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T03:31:11.682516Z" |
|
}, |
|
"title": "The Annotation Graph Toolkit: Software Components for Building Linguistic Annotation Tools", |
|
"authors": [ |
|
{ |
|
"first": "Kazuaki", |
|
"middle": [], |
|
"last": "Maeda", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"addrLine": "3615 Market St", |
|
"postCode": "19104-2608", |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Steven", |
|
"middle": [], |
|
"last": "Bird", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"addrLine": "3615 Market St", |
|
"postCode": "19104-2608", |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Xiaoyi", |
|
"middle": [], |
|
"last": "Ma", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"addrLine": "3615 Market St", |
|
"postCode": "19104-2608", |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Haejoong", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"addrLine": "3615 Market St", |
|
"postCode": "19104-2608", |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Annotation graphs provide an efficient and expressive data model for linguistic annotations of time-series data. This paper reports progress on a complete software infrastructure supporting the rapid development of tools for transcribing and annotating time-series data. This general-purpose infrastructure uses annotation graphs as the underlying model, and allows developers to quickly create special-purpose annotation tools using common components. An application programming interface, an I/O library, and graphical user interfaces are described. Our experience has shown us that it is a straightforward task to create new special-purpose annotation tools based on this general-purpose infrastructure.", |
|
"pdf_parse": { |
|
"paper_id": "H01-1005", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Annotation graphs provide an efficient and expressive data model for linguistic annotations of time-series data. This paper reports progress on a complete software infrastructure supporting the rapid development of tools for transcribing and annotating time-series data. This general-purpose infrastructure uses annotation graphs as the underlying model, and allows developers to quickly create special-purpose annotation tools using common components. An application programming interface, an I/O library, and graphical user interfaces are described. Our experience has shown us that it is a straightforward task to create new special-purpose annotation tools based on this general-purpose infrastructure.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Annotation graphs (AGs) provide an efficient and expressive data model for linguistic annotations of time-series data [2] . This paper reports progress on a complete software infrastructure supporting the rapid development of tools for transcribing and annotating time-series data. This general-purpose infrastructure uses annotation graphs as the underlying model, and allows developers to quickly create special-purpose annotation tools using common components. This work is being done in cooperation with the developers of other widely used annotation systems, Transcriber and Emu [1, 3] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 118, |
|
"end": 121, |
|
"text": "[2]", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 584, |
|
"end": 587, |
|
"text": "[1,", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 588, |
|
"end": 590, |
|
"text": "3]", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "INTRODUCTION", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The infrastructure is being used in the development of a series of annotation tools at the Linguistic Data Consortium. Several such tools are shown in the paper: one for dialogue annotation, one for telephone conversation transcription, and one for interlinear transcription aligned to speech. This paper will cover the following points: the application programming interfaces for manipulating annotation graph data and importing data from other formats; the model of inter-component . communication which permits easy reuse of software components; and the design of the graphical user interfaces, which have been tailored to be maximally ergonomic for the tasks.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "INTRODUCTION", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The project homepage is: [http://www.ldc.upenn.edu/ AG/]. The software tools and software components described in this paper are available through a CVS repository linked from this homepage.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "INTRODUCTION", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "Existing annotation tools are based on a two level model (Figure 1 Top) . The systems we demonstrate are based around a three level model, in which annotation graphs provide a logical level independent of application and physical levels (Figure 1 Bottom). The application level represents special-purpose tools built on top of the general-purpose infrastructure at the logical level.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 57, |
|
"end": 71, |
|
"text": "(Figure 1 Top)", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "General Architecture", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The system is built from several components which instantiate this model. Figure 2 shows the architecture of the tools currently being developed. Annotation tools, such as the ones discussed below, must provide graphical user interface components for signal visualization and annotation. The communication between components is handled through an extensible event language. An application programming interface for annotation graphs (AG-API) has been developed to support well-formed operations on annotation graphs. This permits applications to abstract away from file format issues, and deal with annotations purely at the logical level.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 74, |
|
"end": 82, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "General Architecture", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The complete IDL definition of the AG-API is provided in the appendix (also online). Here we describe a few salient features of the API.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "The API provides access to internal objects (signals, anchors, annotations etc) using identifiers. Identifiers are strings which contain internal structure. For example, an AG identifier is qualified with an AGSet identifier: AGSetId:AGId. Annotations and anchors are doubly qualified: AGSetId:AGId:AnnotationId, AGSetId:AGId:AnchorId. Thus, it is possible to determine from any given identifiers, its membership in the overall data structure.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "The functioning of the API will now be illustrated with a series of examples. Suppose we have already constructed an AG and now wish to create a new anchor. We might have the following API call:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "CreateAnchor( \"agSet12:ag5\", 15.234, \"sec\" );", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "This call would construct a new anchor object and return its identifier: agSet12:ag5:anchor34. Alternatively, if we already have an anchor identifier that we wish to use for this new anchor (e.g. because we are reading previously created annotation data from a file and do not wish to assign new identifiers), then we could have the following API call:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "CreateAnchor( \"agset12:ag5:anchor34\", 15.234, \"sec\" );", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "This call will return agset12:ag5:anchor34. Once a pair of anchors have been created it is possible to create an annotation which spans them:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "CreateAnnotation( \"agSet12:ag5\", \"agSet12:ag5:anchor34\", \"agSet12:ag5:anchor35\", \"phonetic\" );", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "This call will construct an annotation object and return an identifier for it, e.g. agSet12:ag5:annotation41. We can now add features to this annotation:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "SetFeature( \"agSet12:ag5:annotation41\", \"date\", \"1999-07-02\" );", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "The implementation maintains indexes on all the features, and also on the temporal information and graph structure, permitting efficient search using a family of functions such as:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "GetAnnotationSetByFeature( \"agSet12:ag5\", \"date\", \"1999-07-02\" );", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Graph API", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "A file I/O library (AG-FIO) to support creation and export of AG data has been developed. This will eventually handle all widely used annotation formats. Formats currently supported by the AG-FIO library include the TIMIT, BU, Treebank, AIF (ATLAS Interchange Format), Switchboard and BAS Partitur formats. The main program is typically a small script which sets up the widgets and provides callback functions to handle widget events. In this example there are four other components which are reused by several annotation tools. The AG and AG-FIO components have already been described. The waveform display component (of which there may be multiple instances) receives instructions to pan and zoom, to play a segment of audio data, and so on. The transcription editor is an annotation component which is specialized for a particular coding task. Most tool customization is accomplished by substituting for this component.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A File I/O Library", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "Both GUI components and the main program support a common API for transmitting and receiving events. For example, GUI components have a notion of a \"current region\" -the timespan which is currently in focus. A waveform component can change an annotation component's idea of the current region by sending a SetRegion event (Figure 4) . The same event can also be used in the reverse direction. The main program routes the events between GUI components, calling the AG-API to update the internal representation as needed. With this communication mechanism, it is a straightforward task to add new commands, specific to the annotation task.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 322, |
|
"end": 332, |
|
"text": "(Figure 4)", |
|
"ref_id": "FIGREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Inter-component Communication", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "SetRegion t1 t2 AG::SetAnchorOffset SetRegion t1 t2 ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "User types Control-G Update Display", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The architecture described in this paper allows rapid development of special-purpose annotation tools using common components. In particular, our model of inter-component communication facilitates reuse of software components. The annotation tools described in the next section are not intended for general purpose annotation/transcription tasks; the goal is not to create an \"emacs for linguistic annotation\". Instead, they are special-purpose tools based on the general purpose infrastructure. These GUI components can be modified or replaced when building new specialpurpose tools.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Reuse of Software Components", |
|
"sec_num": "2.5" |
|
}, |
|
{ |
|
"text": "The first of the annotation/transcription editor components we describe is a spreadsheet component. In this section, we show two tools that use the spreadsheet component: a dialogue annotation tool and a telephone conversation transcription tool.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Spreadsheet Component", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Dialogue annotation consists of assigning a field-structured record to each utterance in each speaker turn. A key challenge is to handle overlapping speaker turns and back-channel cues without disrupting the structure of individual speaker contributions. The tool solves these problems and permits annotations to be aligned to a (multi-channel) recording. The records are displayed in a spreadsheet. Clicking on a row of the spreadsheet causes the corresponding extent of audio signal to be highlighted. As an extended recording is played back, annotated sections are highlighted (both waveform and spreadsheet displays). Figure 5 shows the tool with a section of the TRAINS/DAMSL corpus [4] . Figure 6 shows another tool designed for transcribing telephone conversations. This latter tool is a version of the dialogue annotation tool, with the columns changed to accommodate the needed fields: in this case, speaker turns and transcriptions. Both of these tools are for two-channel audio files. The audio channel corresponding to the highlighted annotation in the spreadsheet is also highlighted.", |
|
"cite_spans": [ |
|
{ |
|
"start": 688, |
|
"end": 691, |
|
"text": "[4]", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 622, |
|
"end": 630, |
|
"text": "Figure 5", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 694, |
|
"end": 702, |
|
"text": "Figure 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "A Spreadsheet Component", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Interlinear text is a kind of text in which each word is annotated with phonological, morphological and syntactic information (displayed under the word) and each sentence is annotated with a free translation. Our tool permits interlinear transcription aligned to a primary audio signal, for greater accuracy and accountability. Whole words and sub-parts of words can be easily aligned with the audio. Clicking on a piece of the annotation causes the corresponding extent of audio signal to be highlighted. As an extended recording is played back, annotated sections are highlighted (both waveform and interlinear text displays).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "An Interlinear Transcription Component", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The following screenshot shows the tool with some interlinear text from Mawu (a Manding language of the Ivory Coast, West Africa). ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "An Interlinear Transcription Component", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The tools described above utilize WaveSurfer and Snack developed by K\u00e5re Sj\u00f6lander and Jonas Beskow [7, 8] . WaveSurfer allows developers to specify event callbacks through a plug-in architecture. We have developed a plug-in for WaveSurfer that enables the inter-component communication described in this paper. In addition to waveforms, it is also possible to show spectrograms and pitch contours of a speech file if the given annotation task requires phonetic analysis of the speech data.", |
|
"cite_spans": [ |
|
{ |
|
"start": 100, |
|
"end": 103, |
|
"text": "[7,", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 104, |
|
"end": 106, |
|
"text": "8]", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Waveform Display Component", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "In addition to the software components discussed in this paper, we plan to develop more components to support various annotation tasks. For example, a video component is being developed, and it will have an associated editor for gestural coding. GUI components for Conversation Analysis (CA) [6] and CHAT [5] are also planned.", |
|
"cite_spans": [ |
|
{ |
|
"start": 292, |
|
"end": 295, |
|
"text": "[6]", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 305, |
|
"end": 308, |
|
"text": "[5]", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "More GUI Components", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "We are presently designing a client-side component which presents the same AG-API to the annotation tool, but translates all calls into SQL and then transmits them to a remote SQL server (see Figure 8) . A centralized server could house a potentially large quantity of annotation data, permitting multiple clients to collaboratively construct annotations of shared data. Existing methods for authentication and transaction processing will be be used to ensure the integrity of the data. ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 192, |
|
"end": 201, |
|
"text": "Figure 8)", |
|
"ref_id": "FIGREF5" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "An Annotation Graph Server", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "A general distribution (Version 1.0) of the tools is planned for the early summer, 2001. Additional components and various improvements will be added to future releases. Source code will be available through a source code distribution service, SourceForge ([http://sourceforge.net/projects/agtk/]). Further schedule for updates will be posted on our web site: [http: //www.ldc.upenn.edu/AG/].", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Timeline for Development", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "This paper has described a comprehensive infrastructure for developing annotation tools based on annotation graphs. Our experience has shown us that it is a simple matter to construct new special-purpose annotation tools using high-level software components. The tools can be quickly created and deployed, and replaced by new versions as annotation tasks evolve. The components and tools reported here are all being made available under an open source license.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "CONCLUSION", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "This material is based upon work supported by the National Science Foundation under Grant No. 9978056 and 9983258.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "ACKNOWLEDGMENT", |
|
"sec_num": "6." |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "interface", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A. IDL DEFINITION FOR FLAT AG API", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Transcriber: development and use of a tool for assisting speech corpora production", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Barras", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Geoffrois", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Z", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Liberman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Speech Communication", |
|
"volume": "33", |
|
"issue": "", |
|
"pages": "5--22", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "C. Barras, E. Geoffrois, Z. Wu, and M. Liberman. Transcriber: development and use of a tool for assisting speech corpora production. Speech Communication, 33:5-22, 2001.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "A formal framework for linguistic annotation", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Bird", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Liberman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Speech Communication", |
|
"volume": "33", |
|
"issue": "", |
|
"pages": "23--60", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "S. Bird and M. Liberman. A formal framework for linguistic annotation. Speech Communication, 33:23-60, 2001.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Multi-level annotation of speech: An overview of the emu speech database management system", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Cassidy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Harrington", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Speech Communication", |
|
"volume": "33", |
|
"issue": "", |
|
"pages": "61--77", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "S. Cassidy and J. Harrington. Multi-level annotation of speech: An overview of the emu speech database management system. Speech Communication, 33:61-77, 2001.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Switchboard SWBD-DAMSL Labeling Project Coder's Manual, Draft 13", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Jurafsky", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Shriberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Biasca", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D. Jurafsky, E. Shriberg, and D. Biasca. Switchboard SWBD-DAMSL Labeling Project Coder's Manual, Draft 13. Technical Report 97-02, University of Colorado Institute of Cognitive Science, 1997. [http://stripe.colorado. edu/\u02dcjurafsky/manual.august1.html].", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "The CHILDES Project: Tools for Analyzing Talk", |
|
"authors": [ |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Macwhinney", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "B. MacWhinney. The CHILDES Project: Tools for Analyzing Talk. Mahwah, NJ: Lawrence Erlbaum., second edition, 1995. [http://childes.psy.cmu.edu/].", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Reflections on studying prosody in talk-in-interaction", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Schegloff", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Language and Speech", |
|
"volume": "41", |
|
"issue": "", |
|
"pages": "235--60", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "E. Schegloff. Reflections on studying prosody in talk-in-interaction. Language and Speech, 41:235-60, 1998. [http://www.sscnet.ucla.edu/soc/faculty/ schegloff/prosody/].", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "The Snack sound toolkit", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Sj\u00f6lander", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "K. Sj\u00f6lander. The Snack sound toolkit, 2000. [http://www.speech.kth.se/snack/].", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "WaveSurfer -an open source speech tool", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Sj\u00f6lander", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Beskow", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings of the 6th International Conference on Spoken Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "K. Sj\u00f6lander and J. Beskow. WaveSurfer -an open source speech tool. In Proceedings of the 6th International Conference on Spoken Language Processing, 2000. [http://www.speech.kth.se/wavesurfer/].", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"uris": null, |
|
"text": "The Two and Three-Level Architectures for Speech Annotation Architecture for Annotation Systems", |
|
"type_str": "figure", |
|
"num": null |
|
}, |
|
"FIGREF1": { |
|
"uris": null, |
|
"text": "shows the structure of an annotation tool in terms of components and their inter-communications. The Structure of an Annotation Tool", |
|
"type_str": "figure", |
|
"num": null |
|
}, |
|
"FIGREF2": { |
|
"uris": null, |
|
"text": "Inter-component Communication", |
|
"type_str": "figure", |
|
"num": null |
|
}, |
|
"FIGREF3": { |
|
"uris": null, |
|
"text": "Interlinear Transcription Tool", |
|
"type_str": "figure", |
|
"num": null |
|
}, |
|
"FIGREF4": { |
|
"uris": null, |
|
"text": "Dialogue Annotation Tool for the TRAINS/DAMSL Corpus Telephone Conversation Transcription Tool for the CALLFRIEND Spanish Corpus", |
|
"type_str": "figure", |
|
"num": null |
|
}, |
|
"FIGREF5": { |
|
"uris": null, |
|
"text": "Annotation Tool Connecting to Annotation Server", |
|
"type_str": "figure", |
|
"num": null |
|
} |
|
} |
|
} |
|
} |