anaphoraresolution
Class NP
java.lang.Object
|
+--anaphoraresolution.NP
- public class NP
- extends java.lang.Object
Title: Anaphora Resolution
Description:
Copyright: Copyright (c) 2003
Company:
Constructor Summary |
NP(int sIdx,
int offset)
|
NP(int sIdx,
int offset,
java.lang.String annotatedNP)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
NP
public NP(int sIdx,
int offset)
NP
public NP(int sIdx,
int offset,
java.lang.String annotatedNP)
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()