Jet.Refres
Class RefresBuildTrain

java.lang.Object
  extended byJet.Refres.RefresBuildTrain

public class RefresBuildTrain
extends java.lang.Object


Constructor Summary
RefresBuildTrain()
           
 
Method Summary
static boolean in(java.lang.Object o, java.lang.Object[] array)
           
static void main(java.lang.String[] args)
           
static boolean matchingContext(java.lang.String anaphorContext, java.util.ArrayList priorContexts)
           
static boolean nameNomCoref(Document doc, Annotation mention, Annotation entity)
          detects a nominal which refers back to a name ...
static void references(Document doc, Span span)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefresBuildTrain

public RefresBuildTrain()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException

references

public static void references(Document doc,
                              Span span)

nameNomCoref

public static boolean nameNomCoref(Document doc,
                                   Annotation mention,
                                   Annotation entity)
detects a nominal which refers back to a name ... all tokens of the name except "the" must also appear as part of the nameWithMods.


in

public static boolean in(java.lang.Object o,
                         java.lang.Object[] array)

matchingContext

public static boolean matchingContext(java.lang.String anaphorContext,
                                      java.util.ArrayList priorContexts)