Class Strube02

java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.theories.strube02.Strube02

public class Strube02 extends Object
Provides methods for automatically extracting markables and their attribute values as specified in Strube 2002 from the TIGER corpus.

The annotation scheme is described in detail in this article:

Michael Strube, Stefan Rapp invalid input: '&' Christoph Müller (2002).
The influence of minimum edit distance on reference resolution.
In Proceedings of the 2002 Conference on Empirical Methods in Natural Language Processing, Philadelphia, Pa., 6-7 July 2002, pp. 312-319.

So far, this is just the template of the class. * $Id: Strube02.java,v 1.2 2007-10-21 17:40:33 virtualcall Exp $

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • invalid reference
    org.episteme.social.ml.tigerxml.converters.Tiger2MMAX
  • Constructor Details

    • Strube02

      public Strube02()
  • Method Details

    • getNpForm

      public static String getNpForm(GraphNode gn)
      Returns the NP form of a given GraphNode. Possible return values are:
      • "none"
      • "ne"
      • "defnp"
      • "indefnp"
      • "pper"
      • "ppos"
      • "pds"
      Parameters:
      gn - The GraphNode to classify.
      Returns:
      A string denoting the NP form of the given GraphNode.
    • getGramRole

      public static String getGramRole(GraphNode gn)
      Comment me!
      Parameters:
      gn -
      Returns:
      none
    • getAgreement

      public static String getAgreement(GraphNode gn)
      Comment me!
      Parameters:
      gn -
      Returns:
      none