anaphoraresolution
Class NP

java.lang.Object
  |
  +--anaphoraresolution.NP

public class NP
extends java.lang.Object

Title: Anaphora Resolution

Description:

Copyright: Copyright (c) 2003

Company:


Field Summary
static int DEF
           
static int FEMALE
           
static int INDEF
           
static int MALE
           
static int NULL
           
static int PLEO
           
static int PLURAL
           
static int PRON
           
static int SINGLE
           
 
Constructor Summary
NP(int sIdx, int offset)
           
NP(int sIdx, int offset, java.lang.String annotatedNP)
           
 
Method Summary
 boolean contains(anaphoraresolution.NP np)
           
 int getType()
           
 boolean isHuman()
           
 boolean isIt()
           
 boolean isPRP()
           
 void setExistential(boolean b)
           
 void setType(int ty)
          setting the type
 java.lang.String toDisplay()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEF

public static final int DEF
See Also:
Constant Field Values

PLEO

public static final int PLEO
See Also:
Constant Field Values

PRON

public static final int PRON
See Also:
Constant Field Values

INDEF

public static final int INDEF
See Also:
Constant Field Values

SINGLE

public static final int SINGLE
See Also:
Constant Field Values

PLURAL

public static final int PLURAL
See Also:
Constant Field Values

NULL

public static final int NULL
See Also:
Constant Field Values

MALE

public static final int MALE
See Also:
Constant Field Values

FEMALE

public static final int FEMALE
See Also:
Constant Field Values
Constructor Detail

NP

public NP(int sIdx,
          int offset)

NP

public NP(int sIdx,
          int offset,
          java.lang.String annotatedNP)
Method Detail

setExistential

public void setExistential(boolean b)

setType

public void setType(int ty)
setting the type


getType

public int getType()

contains

public boolean contains(anaphoraresolution.NP np)

isPRP

public boolean isPRP()

isHuman

public boolean isHuman()

isIt

public boolean isIt()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toDisplay

public java.lang.String toDisplay()