Package | Description |
---|---|
input |
Provides classes for accessing and retrieving the input of the Linked Profiler, namely the GAIN user tracking and preference learning web service.
|
profile |
Provides the classes necessary to create the user profiles' history tracker, convert them to ontological user profiles and export them to files.
|
transform |
Provides classes for bringing LOD-based tracked user preferences to the LUMO ontology that was used in the LinkedTV project.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<GAINEntities> |
readGainEntities.readGainentities(java.lang.String inputUrl)
Read Gain Entities.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ProfileConcept> |
PlainUserProfileCreator.fullExportGainEntitiesAnnotation(java.util.List<GAINEntities> gainEntitiesExportList,
java.util.List<GAINFullExport> fullExportList,
java.util.List<ProfileConcept> pclist)
Full export gain entities annotation.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<GAINEntities> |
transformLODtoLUMO.translateGAINEntitiesList(java.lang.String url)
Translate gain entities list.
|