|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basistech.rlp.RLPNEUtils
public abstract class RLPNEUtils
Functions used in conjunction with named entities.
Constructor Summary | |
---|---|
RLPNEUtils()
Deprecated. |
Method Summary | |
---|---|
static int |
getFulltype(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static int |
getSource(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static int |
getSubtype(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static int |
getType(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static boolean |
isFACILITY(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static boolean |
isGPE(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static boolean |
isIDENTIFIER(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static boolean |
isLOCATION(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static boolean |
isNONE(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static boolean |
isORGANIZATION(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static boolean |
isPERSON(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static boolean |
isTEMPORAL(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static boolean |
isVEHICLE(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static boolean |
isWEAPON(int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
static int |
setSource(int s,
int t)
Deprecated. As of RLP 5.4, replaced with NEConstants. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RLPNEUtils()
Method Detail |
---|
public static int getType(int t)
t
- Named entity type ID.
public static int getSubtype(int t)
t
- named entity type ID
public static int getSource(int t)
t
- Named entity type ID.
public static int getFulltype(int t)
t
- Named entity type ID.
public static int setSource(int s, int t)
s
- - The language processor ID.t
- - The type.
public static boolean isNONE(int t)
t
- Named entity type ID.
public static boolean isPERSON(int t)
t
- Named entity type ID.
public static boolean isORGANIZATION(int t)
t
- Named entity type ID.
public static boolean isLOCATION(int t)
t
- Named entity type ID.
public static boolean isFACILITY(int t)
t
- Named entity type ID.
public static boolean isGPE(int t)
t
- Named entity type ID.
public static boolean isVEHICLE(int t)
t
- Named entity type ID.
public static boolean isWEAPON(int t)
t
- Named entity type ID
public static boolean isTEMPORAL(int t)
t
- Named entity type ID.
public static boolean isIDENTIFIER(int t)
t
- Named entity type ID.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |