From baa16e668eb2e8394e6d84df4ded5f13398f4c2a Mon Sep 17 00:00:00 2001 From: ~Kris~ Date: Mon, 23 Mar 2020 12:15:18 +0100 Subject: [PATCH] Beautifying further... --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d99754..c7ad620 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,8 @@ Post-configuration, you may run Agnos by executing launcher.LauncherLinking.j
There also exists launcher.LauncherLinkingSample.java - an easily modifiable sample on how the annotation code process looks like.

API

-
Code for NIF-format-based queries as well as calls through JSON are provided in: -
NIFAPIAnnotator and JSONAPIAnnotator respectively. -
A very basic API front-end page may be downloaded from Agnos. +
Code for NIF-format-based queries (api.NIFAPIAnnotator.java) as well as calls through JSON (api.JSONAPIAnnotator.java) are provided mainly for API-usage. +
A very basic API front-end page may be downloaded from Agnos and used locally.

Mention Detection


Out-of-the-box Agnos provides users with 2 main mention detection mechanisms: -- GitLab