|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Relation in de.tudarmstadt.ukp.jwktl.parser.ru |
---|
Method parameters in de.tudarmstadt.ukp.jwktl.parser.ru with type arguments of type Relation | |
---|---|
WiktionarySense |
WikokitToJWKTL.convertMeaningToSenseEntry(WiktionaryEntry entry,
String pageTitle,
WMeaning wikoMeaning,
Map<Relation,WRelation[]> wikoRelations,
WTranslation[] translations,
int meaningNr)
Converts a Wikokit sense to JWKTL. |
Uses of Relation in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant |
---|
Fields in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant declared as Relation | |
---|---|
static Relation |
Relation.antonymy
|
static Relation |
Relation.coordinate_term
|
static Relation |
Relation.holonymy
|
static Relation |
Relation.hypernymy
|
static Relation |
Relation.hyponymy
|
static Relation |
Relation.meronymy
|
static Relation |
Relation.otherwise_related
|
static Relation |
Relation.synonymy
|
static Relation |
Relation.troponymy
|
Fields in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant with type parameters of type Relation | |
---|---|
protected static Map<String,Relation> |
RelationLocal.name2rel
|
protected static Map<Relation,String> |
RelationLocal.rel2name
|
protected static Map<Relation,String> |
RelationLocal.rel2name_short
|
Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant that return Relation | |
---|---|
static Relation |
Relation.get(String name)
Gets semantic relation by its name |
static Relation |
RelationLocal.get(String name)
Gets Relation by its name in some language |
static Relation[] |
Relation.getAllRelationsOrderedArray()
Gets all relations (as Array[]). |
Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant that return types with arguments of type Relation | |
---|---|
static Collection<Relation> |
Relation.getAllRelations()
Gets all relations. |
Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant with parameters of type Relation | |
---|---|
static String |
RelationLocal.getName(Relation r)
Gets name of Relation in some language. |
static String |
RelationLocal.getShortName(Relation r)
Gets short name of Relation in some language. |
static boolean |
RelationLocal.has(Relation r)
Checks weather exists the translation for this Relation. |
Constructors in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant with parameters of type Relation | |
---|---|
RelationLocal(String _name,
String _short_name,
Relation _rel)
|
Uses of Relation in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.en |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.en that return types with arguments of type Relation | |
---|---|
static Map<Relation,WRelation[]> |
WRelationEn.parse(LanguageType wikt_lang,
String page_title,
POSText pt)
Parses text (related to the POS), creates and fill array of semantic relations (WRelation). |
Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.en with parameters of type Relation | |
---|---|
static WRelation[] |
WRelationEn.parseOneKindOfRelation(LanguageType wikt_lang,
String page_title,
String text,
Pattern relation_header_pattern,
Relation relation)
Parses text (related to the POS), creates and fill array of semantic relations only for one kind of semantic relations (e.g. synonyms) defined by the variable 'relation'. |
Uses of Relation in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru that return types with arguments of type Relation | |
---|---|
static Map<Relation,WRelation[]> |
WRelationRu.parse(LanguageType wikt_lang,
String page_title,
POSText pt)
Parses text (related to the POS), creates and fill array of semantic relations (WRelation). |
Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru with parameters of type Relation | |
---|---|
static WRelation[] |
WRelationRu.parseOneKindOfRelation(LanguageType wikt_lang,
String page_title,
String text,
Pattern relation_header_pattern,
Relation relation)
Parses text (related to the POS), creates and fill array of semantic relations only for one kind of semantic relations (e.g. synonyms) defined by the variable 'relation'. |
Uses of Relation in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.word |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.word that return types with arguments of type Relation | |
---|---|
Map<Relation,WRelation[]> |
WPOS.getAllRelations()
Gets all relations. |
static Map<Relation,WRelation[]> |
WRelation.parse(LanguageType wikt_lang,
String page_title,
LanguageType lang_section,
POSText pt)
Parses text (related to the semantic relations, e.g. synonymy), creates and fills array of related words (WRelation) for each meaning of a word. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |