From 3927d9e4cdcfb43c8201b37d27518085bedcbc75 Mon Sep 17 00:00:00 2001 From: Gloria Glinphratum Date: Thu, 7 Dec 2023 22:34:00 +0100 Subject: [PATCH] Edits in structural attributes section and others --- .../_modals/_manual/09_query_builder.html.j2 | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/app/templates/_base/_modals/_manual/09_query_builder.html.j2 b/app/templates/_base/_modals/_manual/09_query_builder.html.j2 index be36748c..17f8a57d 100644 --- a/app/templates/_base/_modals/_manual/09_query_builder.html.j2 +++ b/app/templates/_base/_modals/_manual/09_query_builder.html.j2 @@ -11,9 +11,9 @@ adjective, etc.). In addition, you can also search for structural attributes, or specify your query for a token (word, lemma, pos) via entity typing. And of course, the different text parameters can be combined.

Tokens and structural attributes can be added by clicking on the "+" button -(the "input marker") in the input field. Elements added are shown as chips. These can -be reorganized using drag and drop. The input marker can also be moved in this way. -Its position shows where new elements will be added.
+(the "input marker") in the input field or the labeled buttons below it. Elements +added are shown as chips. These can be reorganized using drag and drop. The input +marker can also be moved in this way. Its position shows where new elements will be added.
A "translation" of your query into Corpus Query Language (CQL) is shown below.

Advanced users can make direct use of the Corpus Query Language (CQL) by switching to "expert mode" via the toggle button.

The entire input field can be cleared using the red trash icon on the right.

@@ -23,7 +23,7 @@ A "translation" of your query into Corpus Query Language (CQL) is shown below.Content
  1. Add new token to your query
  2. -
  3. Options to edit your query
  4. +
  5. Options for editing your query
  6. Add structural Attributes to your query
  7. General options
@@ -69,8 +69,8 @@ A "translation" of your query into Corpus Query Language (CQL) is shown below.


-

Options to edit your token

-

You have the possibility to extend or specify your searched token with +

Options for editing your query

+

You have the possibility to extend or specify the token you are searching for with certain factors. For this the query builder offers some fixed options. You can find more information about the options in the Corpus Query Language Tutorial.


@@ -111,7 +111,8 @@ A "translation" of your query into Corpus Query Language (CQL) is shown below.

Tokens that have already been added can also be modified by clicking on the corresponding pen icon. Click on the "ignore case" box, for example, and the query builder will - not differentiate between upper- and lower- case letters for that respective token.

+ not differentiate between upper- and lower- case letters for that respective token. + New conditions added apply to the most recent token information.


@@ -130,11 +131,12 @@ A "translation" of your query into Corpus Query Language (CQL) is shown below.). For example, you can search for sentences that contain only a noun, verb, and adjective.
- After clicking on Sentence you will see a
Sentence Start
. - When you are done with your query or the content - between the Sentence tags, you have to click the Sentence button one more time - to close it. The corresponding button is called -
Sentence End
.
+ Click on Sentence to add two sentence chips:
Sentence Start
+ and
Sentence End
. + Use drag-and-drop if needed to mark where the sentence starts and ends. After + adding the Sentence attribute, the input marker will automatically be + moved between the sentence chips. Use drag-and-drop as needed to continue your query + at a different position.

Entities