API usage instructions

URL: https://ners.jerteh.rs/api



KEYS: ["file", "data", "lng", "feat"]

What should be processed

file: file that should be processed [file]
OR
data: string that should be processed [string] (can also be URL to a text file)

How it should be processed


lng: language code [string]
AND
feat: type of features required ["ner"|"nel"|"nernel"|"geo"]
 "ner" will trigger only NER parsing of the above submitted text
 "nel" will trigger only NEL parsing of the above submitted text
 "nernel" will trigger both
 "geo" will trigger both NER and NEL parsing, but will produce a Geolocation map.