Korean DM
Disambiguation Module running on Korean.
Service running on: http://121.254.173.77:32559/korean_dm
Added to OKBQA Repository as Korean DM
Input:
{
"score":1,
"slots":[
{
"p":"is",
"s":"v2",
"o":"<http://lodqa.org/vocabulary/sort_of>"
},
{
"p":"is",
"s":"v3",
"o":"rdf:Class"
},
{
"p":"verbalization",
"s":"v3",
"o":"산"
},
{
"p":"is",
"s":"v4",
"o":"rdf:Property"
},
{
"p":"verbalization",
"s":"v4",
"o":"있"
},
{
"p":"is",
"s":"v5",
"o":"rdf:Resource|rdfs:Literal"
},
{
"p":"verbalization",
"s":"v5",
"o":"서울"
}
],
"question":"서울에 있는 산은 무엇인가?",
"query":"SELECT v1 WHERE { ?v1 ?v2 ?v3 . ?v1 ?v4 ?v5 . } "
}
Output:
{
"ned": [
{
"entities": [
{
"var": "v5",
"score": 0.9782762691853601,
"value": "http://ko.dbpedia.org/resource/서울특별시"
}
],
"classes": [
{
"var": "v3",
"score": 1,
"value": "https://www.w3.org/2002/07/owl#Thing"
}
],
"properties": [
{
"var": "v2",
"property": "https://www.w3.org/1999/02/22-rdf-syntax-ns#type",
"score": 1
},
{
"var": "v4",
"score": 1,
"value": "http://dbpedia.org/ontology/region"
}
],
"score": 0.9782762691853601
}
],
"question": "서울에 있는 산은 무엇인가?"
}