Class LexicographerView.LexicalEntry
java.lang.Object
it.uniroma2.art.semanticturkey.services.core.LexicographerView.LexicalEntry
- Enclosing class:
- LexicographerView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.Resource
getID()
getLemma()
getShow()
parse
(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource lexicalEntry) protected static List<AnnotatedValue<org.eclipse.rdf4j.model.Value>>
parseDefinitions
(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource subj) protected static LexicographerView.EntryReference
parseEntryReference
(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource entry, Set<org.eclipse.rdf4j.model.Resource> referenceCtxs) protected static List<LexicographerView.Form>
parseForms
(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource lexicalEntry, org.eclipse.rdf4j.model.IRI pred) static void
parseLexicalRelations
(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, LexicographerView.LexicalEntry lexicalEntryObj) protected static LexicographerView.SenseReference
parseSenseReference
(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource sense, Set<org.eclipse.rdf4j.model.Resource> referenceCtxs) protected static void
parseSenseRelations
(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, LexicographerView.Sense senseObj)
-
Constructor Details
-
LexicalEntry
public LexicalEntry()
-
-
Method Details
-
getID
public org.eclipse.rdf4j.model.Resource getID() -
getNature
-
getShow
-
getMorphosyntacticProps
-
getLemma
-
getOtherForms
-
getSubterms
-
getConstituents
-
getSenses
-
getRelated
-
getTranslatableAs
-
parse
public static LexicographerView.LexicalEntry parse(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource lexicalEntry) -
parseSenseRelations
protected static void parseSenseRelations(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, LexicographerView.Sense senseObj) -
parseLexicalRelations
public static void parseLexicalRelations(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, LexicographerView.LexicalEntry lexicalEntryObj) -
parseDefinitions
protected static List<AnnotatedValue<org.eclipse.rdf4j.model.Value>> parseDefinitions(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource subj) -
parseForms
protected static List<LexicographerView.Form> parseForms(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource lexicalEntry, org.eclipse.rdf4j.model.IRI pred) -
parseSenseReference
protected static LexicographerView.SenseReference parseSenseReference(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource sense, Set<org.eclipse.rdf4j.model.Resource> referenceCtxs) -
parseEntryReference
protected static LexicographerView.EntryReference parseEntryReference(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource entry, Set<org.eclipse.rdf4j.model.Resource> referenceCtxs)
-