| Interface | Description |
|---|---|
| WordIndex |
A simple Fulltext Index.
|
| Class | Description |
|---|---|
| ArticleIndex |
An Index holds a collection of Articles that are used as target for Entity Linking.
|
| ArticleIndexFactory | |
| ArticleRef |
This class only holds a reference to an Article in the Knowledge Base, not the Text.
|
| ArticleRef.ScoreComparator | |
| WikiDataArticle |
WikiDataArticle JSON Structure
{
"id" : "Q31",
"title" : "Belgium", // Label in der jeweiligen Sprache [DE, EN]
"type" : "State",
"refIDs" : [
{ "wikidata" : "Q31" },
{ "freebase" : "/m/0154j" },
{ "ICD-10" : null },
{ "UMLS" : null },
{ "wikipedia" : "800" },
],
"refURLs" : [
{ "image" : "https://commons.wikimedia.org/wiki/File:Europe_location_BEL.png" },
{ "wikipedia" : "http://en.wikipedia.org/wiki/Belgium" },
{ "dbpedia" : null },
{ "springer" : null },
]
"text" : "blah blah Abstract (~3 sentences)",
"description" : "constitutional monarchy in Western Europe (~2 paragraphs)",
"names" : [ "Belgium", "Kingdom_of_Belgium", "be" ], // alle Labels und Aliases in EN und DE
"terms" : [ ],
// ab hier noch unklar
"vectors" : { "de.datexis.encoder.impl.DocumentEncoder" : "AAdKQVZBQ1BQAAAACAADSU5UAAAAAgAAAAEAAACWAAAAAQAAAAEAAAAAAAAAAQAAAGMAB0pBVkFD" },
"scorePopularity" : 1246,
}
|
| Enum | Description |
|---|---|
| WikiDataArticle.RefID |
Copyright © 2019. All rights reserved.