{% extends "nopaque.html.j2" %} {% import 'materialize/wtf.html.j2' as wtf %} {% from '_colors.html.j2' import colors %} {% set scheme_primary_color = colors.nlp_darken %} {% set scheme_secondary_color = colors.nlp %} {% block nav_content %} {% include 'services/_breadcrumbs.html.j2' %} {% endblock nav_content %} {% block main_attribs %} class="nlp-color lighten"{% endblock main_attribs %} {% block page_content %}
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.