Interface | Description |
---|---|
IdToLabel |
IdToArticle stores the map
wiki-id -> label |
IdToLabelWriter |
IdToLabelWriter takes care to write in a persistent format the
mapping
id -> label . |
LabelToId |
LabelToId stores the map
label -> id |
LabelToIdWriter |
Label2IdWriter takes care to write in a persistent format the
mapping
label -> wiki-id . |
Class | Description |
---|---|
IdHelper |
An IdHelper provides the conversion between an entity label (e.g.,
Pablo_Picasso) and an integer representing the entity (e.g., 24176).
|
IdHelperFactory |
Generates an IdHelper that takes care to convert the entity labels (i.e., the
titles of the Wikipedia pages containing the description of the entity) in
integer identifiers used for internal processing.
|
Enum | Description |
---|---|
IdHelperFactory.Type |
Copyright © 2013. All rights reserved.