{% extends "nopaque.html.j2" %} {% set main_class = 'nlp-color lighten' %} {% block page_content %} {{ Macros.insert_color_scheme(nlp_color_darken) }}
Your text is split up into sentences and words, so called tokens, which can then be analyzed.
All inflected forms of a word are grouped together so that it can be analyzed as a single item.
In accordance with its definition and context, each word is marked up as corresponding to a particular part of speech.
Named entities are located and classified into specific categories like persons or locations.