From 59fc6107ae33532e573b002ec1e94a21cd37d6eb Mon Sep 17 00:00:00 2001 From: xPaulienx Date: Fri, 29 Sep 2017 11:41:33 +0200 Subject: Update Plan.md --- Plan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plan.md b/Plan.md index ba5b9b6..30e0e46 100644 --- a/Plan.md +++ b/Plan.md @@ -34,9 +34,9 @@ As such, our idea is to use some kind of Hill-Climbing algorithm to determine ju ## Nordlys Nordlyss is a toolkit for entity-oriented and semantic search. It currently supports four entity-oriented tasks, which could be useful for our project. These entity-oriented tasks are: - `Entity cataloging` -- `Entity retrieval` -- `Entity linking in queries` -- `Target type identification` +- `Entity retrieval` Returns a ranked list of entities in response to a query +- `Entity linking in queries` Identifies entities in a query and links them to the corresponding entry in the Knowledge base +- `Target type identification` Detects the target types (or categories) of a query The Nordlys toolkit was used to create the results described above, as such, it provides us with the means to reproduce these results. In addition, Nordlys provides a Python interface that can be used to implement the Hill Climbing algorithm. -- cgit v1.2.3