edu.stanford.nlp.trees
Class QuasiSemantics

java.lang.Object
  |
  +--edu.stanford.nlp.trees.QuasiSemantics

public class QuasiSemantics
extends Object

Builds a neo-Davidsonian-style semantic representation corresponding to a Penn Treebank style tree. This uses a variety of heuristic rules including headship rules, and rules specific to the label set of the Penn Treebank.

Author:
Christopher Manning

Constructor Summary
QuasiSemantics(Tree t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuasiSemantics

public QuasiSemantics(Tree t)


Stanford NLP Group