public class RelevanceCalculator
extends java.lang.Object
| Constructor and Description |
|---|
RelevanceCalculator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
For each entity in an input KB (given as a TSV file), it outputs the relevance
of the entities based on the formula:
log(wiki-length + 3) * (ingoing-links + 2)
|
public static void main(java.lang.String[] args)
throws java.io.IOException
args - java.io.IOException