Compare commits

..

No commits in common. "07fda0e95a65e3c0fa9e5714bdea11fd31918995" and "8f5d5ffdec94383d7ced289d44c38038bc7ed0f2" have entirely different histories.

View File

@ -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 or specify your query for a token (word, lemma, pos) via entity typing. And of
course, the different text parameters can be combined.</p> course, the different text parameters can be combined.</p>
<p>Tokens and structural attributes can be added by clicking on the "+" button <p>Tokens and structural attributes can be added by clicking on the "+" button
(the "input marker") in the input field or the labeled buttons below it. Elements (the "input marker") in the input field. Elements added are shown as chips. These can
added are shown as chips. These can be reorganized using drag and drop. The input be reorganized using drag and drop. The input marker can also be moved in this way.
marker can also be moved in this way. Its position shows where new elements will be added. <br> Its position shows where new elements will be added. <br>
A "translation" of your query into Corpus Query Language (CQL) is shown below.</p> A "translation" of your query into Corpus Query Language (CQL) is shown below.</p>
<p>Advanced users can make direct use of the Corpus Query Language (CQL) by switching to "expert mode" via the toggle button.</p> <p>Advanced users can make direct use of the Corpus Query Language (CQL) by switching to "expert mode" via the toggle button.</p>
<p>The entire input field can be cleared using the red trash icon on the right.</p> <p>The entire input field can be cleared using the red trash icon on the right.</p>
@ -23,7 +23,7 @@ A "translation" of your query into Corpus Query Language (CQL) is shown below.</
<h5>Content</h5> <h5>Content</h5>
<ol style="list-style-type:disc"> <ol style="list-style-type:disc">
<li><a href="#add-new-token-tutorial">Add new token to your query</a></li> <li><a href="#add-new-token-tutorial">Add new token to your query</a></li>
<li><a href="#edit-options-tutorial">Options for editing your query</a></li> <li><a href="#edit-options-tutorial">Options to edit your query</a></li>
<li><a href="#add-structural-attribute-tutorial">Add structural Attributes to your query</a></li> <li><a href="#add-structural-attribute-tutorial">Add structural Attributes to your query</a></li>
<li><a href="#general-options-query-builder">General options</a></li> <li><a href="#general-options-query-builder">General options</a></li>
</ol> </ol>
@ -69,8 +69,8 @@ A "translation" of your query into Corpus Query Language (CQL) is shown below.</
<hr> <hr>
<p></p> <p></p>
<br> <br>
<h4 id="edit-options-tutorial">Options for editing your query</h4> <h4 id="edit-options-tutorial">Options to edit your token</h4>
<p>You have the possibility to extend or specify the token you are searching for with <p>You have the possibility to extend or specify your searched token with
certain factors. For this the query builder offers some fixed options. You can 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.</p> find more information about the options in the Corpus Query Language Tutorial.</p>
<br> <br>
@ -111,8 +111,7 @@ A "translation" of your query into Corpus Query Language (CQL) is shown below.</
<img src="{{ url_for('static', filename='images/manual/query_builder/or_and.gif') }}" alt="OR/AND explanation" width="100%;" style="margin-bottom:20px;"> <img src="{{ url_for('static', filename='images/manual/query_builder/or_and.gif') }}" alt="OR/AND explanation" width="100%;" style="margin-bottom:20px;">
<p>Tokens that have already been added can also be modified by clicking on the corresponding <p>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 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.</p>
New conditions added apply to the most recent token information.</p>
<br> <br>
</div> </div>
@ -131,12 +130,11 @@ A "translation" of your query into Corpus Query Language (CQL) is shown below.</
This search can of course be specified if you search for particular tokens or This search can of course be specified if you search for particular tokens or
entities between the sentence tags (<s></s>). For example, you can search for entities between the sentence tags (<s></s>). For example, you can search for
sentences that contain only a noun, verb, and adjective. <br> sentences that contain only a noun, verb, and adjective. <br>
Click on Sentence to add two sentence chips: <div class="chip" style="background-color:#FD9720;">Sentence Start</div> After clicking on Sentence you will see a <div class="chip" style="background-color:#FD9720;">Sentence Start</div>.
and <div class="chip" style="background-color:#FD9720;">Sentence End</div>. When you are done with your query or the content
Use drag-and-drop if needed to mark where the sentence starts and ends. After between the Sentence tags, you have to click the Sentence button one more time
adding the Sentence attribute, the input marker will automatically be to close it. The corresponding button is called
moved between the sentence chips. Use drag-and-drop as needed to continue your query <div class="chip" style="background-color:#FD9720;">Sentence End</div>.<br>
at a different position. <br>
<br> <br>
<h5>Entities</h5> <h5>Entities</h5>