diff options
-rw-r--r-- | Plan.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |