| Package | Description |
|---|---|
| de.datexis.index | |
| de.datexis.index.encoder | |
| de.datexis.index.impl | |
| de.datexis.nel |
| Class and Description |
|---|
| ArticleIndex
An Index holds a collection of Articles that are used as target for Entity Linking.
|
| ArticleRef
This class only holds a reference to an Article in the Knowledge Base, not the Text.
|
| WikiDataArticle.RefID |
| Class and Description |
|---|
| ArticleRef
This class only holds a reference to an Article in the Knowledge Base, not the Text.
|
| 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,
}
|
| Class and Description |
|---|
| ArticleIndex
An Index holds a collection of Articles that are used as target for Entity Linking.
|
| ArticleRef
This class only holds a reference to an Article in the Knowledge Base, not the Text.
|
| 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,
}
|
| WordIndex
A simple Fulltext Index.
|
| Class and Description |
|---|
| ArticleIndex
An Index holds a collection of Articles that are used as target for Entity Linking.
|
| ArticleRef
This class only holds a reference to an Article in the Knowledge Base, not the Text.
|
Copyright © 2019. All rights reserved.