-
-
-
layersTokenization
-
Your text is split up into sentences and words, so called tokens, which can then be analyzed.
-
-
-
layersLemmatization
-
All inflected forms of a word are grouped together so that it can be analyzed as a single item.
-
-
-
-
layersPart-of-speech Tagging
-
In accordance with its definition and context, each word is marked up as corresponding to a particular part of speech.
-
-
-
layersNamed-Entity Recognition
-
Named entities are located and classified into specific categories like persons or locations.
-
-
+
Nopaque lets you create and upload as many text corpora as you want. It makes use of CQP Query Language, which allows for complex search requests with the aid of metadata and NLP tags. The results can either be displayed as text or abstract visualizations.
+
+
+
+ search
+
+
+
+
+
+ |
+
+ Title
+ Description
+ |
+ Status |
+ |
+
+
+
+
+
-
-
-
-
My corpora
-
-
-
- search
-
-
-
-
-
-
- |
-
- Title
- Description
- |
- Status |
- |
-
-
-
-
-
-
-
+
diff --git a/app/templates/services/nlp.html.j2 b/app/templates/services/nlp.html.j2
index 41f27fa3..330323e4 100644
--- a/app/templates/services/nlp.html.j2
+++ b/app/templates/services/nlp.html.j2
@@ -4,24 +4,29 @@
{% block page_content %}
-
-
-
-
-
+
+
+
+
+
layersTokenization
Your text is split up into sentences and words, so called tokens, which can then be analyzed.
-
+
+
+
layersLemmatization
All inflected forms of a word are grouped together so that it can be analyzed as a single item.
-
-
+
+
+
layersPart-of-speech Tagging
In accordance with its definition and context, each word is marked up as corresponding to a particular part of speech.
-
+
+
+
layersNamed-Entity Recognition
Named entities are located and classified into specific categories like persons or locations.
@@ -30,97 +35,95 @@
-