Package | Description |
---|---|
org.framebase.access | |
org.framebase.access.resources.classes |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,POS> |
POS.LONG_NAME_2_POS
Stores each POS object associated to its tag
|
static java.util.Map<java.lang.String,POS> |
POS.PENNTAG_2_POS
Stores each POS object associated to its tag
|
Modifier and Type | Method and Description |
---|---|
static POS |
PosAdapter.PosFromFramenetSalsa(de.saar.coli.salsa.reiter.framenet.PartOfSpeech externalPos) |
static POS |
PosAdapter.PosFromJwi(edu.mit.jwi.item.POS externalPos) |
static POS |
POS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POS[] |
POS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
PosAdapter.toIsocat(POS internalPos) |
Modifier and Type | Method and Description |
---|---|
POS |
SynsetMicroframe.getPos() |
POS |
Miniframe.getPos() |
POS |
LuMicroframe.getPos() |
Modifier and Type | Method and Description |
---|---|
static SynsetMicroframe |
SynsetMicroframe.create(int synsetOffset,
java.lang.String representativeLemma,
POS pos) |
static Miniframe |
Miniframe.create(java.lang.String framenetFrame,
java.lang.String lu,
POS pos) |
static LuMicroframe |
LuMicroframe.create(java.lang.String framenetFrame,
java.lang.String lu,
POS pos) |