Differences between revisions 1 and 2
Revision 1 as of 2013-11-22 23:48:00
Size: 1907
Comment:
Revision 2 as of 2015-11-19 15:59:08
Size: 1933
Editor: StephanOepen
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== DESCRIPTION == == Background ==
Line 5: Line 5:
The script converts ERG derivation tree to bilexical syntactic dependencies, and ERG [[http://moin.delph-in.net/RmrsEds|Elementary Dependency Structures]] to bilexical semantic dependencies. The script converts ERG derivation tree to bi-lexical syntactic dependencies (dubbed DT), and ERG [[http://moin.delph-in.net/EdsTop|Elementary Dependency Structures]] to bi-lexical semantic dependencies (dubbed DM).
Line 9: Line 9:
== INSTALLATION == == Installation ==
Line 17: Line 17:
== USAGE == == Usage ==
Line 23: Line 23:
== PUBLICATIONS == == Publications ==

DELPH-IN converter to bilexical dependencies

Background

The script converts ERG derivation tree to bi-lexical syntactic dependencies (dubbed DT), and ERG Elementary Dependency Structures to bi-lexical semantic dependencies (dubbed DM).

See brief presentation of new DELPH-IN Tools from the 9th DELPH-IN Summit 31 July 2013.

Installation

The converter script is located in the LOGON Source Tree (see LogonIstallation about the installation of LOGON tree on your machine):

${LOGONROOT}/uio/dtm/converter.py

A brief documentation is available at ${LOGONROOT}/uio/dtm/converter.pdf

Usage

$LOGONROOT/bin/dtm is the wrapper that invokes the converter:

$LOGONROOT/bin/dtm --grammar /usit/abel/u1/angelii/logon/lingo/erg --data <data> --tok erg --dtm <output> --tex <output>$LOGONROOT/bin/dtm --grammar /usit/abel/u1/angelii/logon/lingo/erg --data <data> --tok erg --dtm <output> --tex <output>

Publications

  • Angelina Ivanova, Stephan Oepen, Lilja Øvrelid, and Dan Flickinger. Who Did What to Whom? A Contrastive Study of Syntacto-Semantic Dependencies. Linguistic Annotation Workshop. Jeju, South Korea, 2012

  • Angelina Ivanova, Stephan Oepen, Rebecca Dridan, Dan Flickinger and Lilja Øvrelid. On Different Approaches to Syntactic Analysis Into Bi-Lexical Dependencies An Empirical Comparison of Direct, PCFG-Based, and HPSG-Based Parsers. The 13th International Conference on Parsing Technologies (IWPT). Nara, Japan, 2013
  • Angelina Ivanova, Stephan Oepen and Lilja Øvrelid. Survey on parsing three dependency representations for English. ACL Student Research Workshop. Sofia, Bulgaria, 2013

ToolsTop/converter.html (last edited 2015-11-19 15:59:08 by StephanOepen)

(The DELPH-IN infrastructure is hosted at the University of Oslo)