edu.stanford.nlp.dcoref
Class Semantics

java.lang.Object
  extended by edu.stanford.nlp.dcoref.Semantics

public class Semantics
extends java.lang.Object

Semantic knowledge: currently WordNet is available


Field Summary
 java.lang.Object wordnet
           
 
Constructor Summary
Semantics()
           
Semantics(Dictionaries dict)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wordnet

public java.lang.Object wordnet
Constructor Detail

Semantics

public Semantics()

Semantics

public Semantics(Dictionaries dict)
          throws java.lang.Exception
Throws:
java.lang.Exception


Stanford NLP Group