Skip to content

Commit 3a1c70e

Browse files
author
dterefe
committed
Merge remote-tracking branch 'origin/main'
2 parents 1aad1a1 + ceac0d1 commit 3a1c70e

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,20 @@ The **Docker Unified UIMA Interface – Gateway** (**DUUIGateway** for short) is
1818

1919
Automatic analysis of large text corpora is a complex task. This complexity particularly concerns the question of time efficiency. Furthermore, efficient, flexible, and extensible textanalysis requires the continuous integration of every new text analysis tools. Since there are currently, in the area of NLP and especially in the application context of UIMA, only very few to no adequate frameworks for these purposes, which are not simultaneously outdated or can no longer be used for security reasons, this work will present a new approach to fill this gap.
2020

21-
DUUIGateway is a tool that completely encapsulates DUUI and allows its use in a functional web interface as well as by integrating an API.
21+
*DUUIGateway* is a tool that completely encapsulates DUUI and allows its use in a functional web interface as well as by integrating an API.
2222

2323

2424
## Team
2525

26-
- Cederic Borkowski [:fontawesome-brands-github:](https://github.com/CedricBorko)
27-
- Prof. Dr. Alexander Mehler (Leader TTLab) [:fontawesome-brands-github:](https://github.com/amehler) [:fontawesome-brands-researchgate:](https://www.researchgate.net/profile/Alexander-Mehler-2)
28-
- Giuseppe Abrami [:fontawesome-brands-github:](https://github.com/abrami) [:fontawesome-brands-researchgate:](https://www.researchgate.net/profile/Giuseppe-Abrami)
29-
- Dawit Terefe [:fontawesome-brands-github:](https://github.com/dterefe)
26+
- Cederic Borkowski [<img src="./page/docs/images/github.svg" height="20px">](https://github.com/CedricBorko)
27+
- Prof. Dr. Alexander Mehler [<img src="./page/docs/images/github.svg" height="20px">](https://github.com/amehler) [<img src="./page/docs/images/rg.svg" height="20px">](https://www.researchgate.net/profile/Alexander-Mehler-2)
28+
- Giuseppe Abrami [<img src="./page/docs/images/github.svg" height="20px">](https://github.com/abrami) [<img src="./page/docs/images/rg.svg" height="20px">](https://www.researchgate.net/profile/Giuseppe-Abrami)
29+
- Dawit Terefe [<img src="./page/docs/images/github.svg" height="20px">](https://github.com/dterefe)
3030

3131

3232
## Usage & Support
3333

34-
To use DUUIGateway, you only need Docker or podman to run a Compose setup. After successful setup, extensive documentation is available in DUUIGateway (cf. [Documentation](https://duui.texttechnologylab.org/documentation)).
34+
To use DUUIGateway, you only need Docker or podman to run a Compose setup. After successful setup, extensive documentation is available in DUUIGateway (cf. [Documentation](https://texttechnologylab.github.io/DUUI-Gateway)).
3535

3636
For support, please contact our [team](#team) or use our dedicated [![Discord-Server](http://img.shields.io/badge/Discord-Server-fc0098.svg)](https://discord.gg/DxsgfbK7Jh)
37+

page/docs/features.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The web interface and the REST API are the core components of DUUI Gateway.
1717
Both features are interlinked and the web interface provides a general and generic accessibility of DUUI Gateway, which can also be used via the API after sessions and user accounts have been created.
1818

1919
<figure>
20-
<img src="images/REST.png" alt="Rest" style="width:100%">
20+
<img src="/DUUI-Gateway/images/REST.png" alt="Rest" style="width:100%">
2121
<figcaption>Extract from the REST API.</figcaption>
2222
</figure>
2323

@@ -34,28 +34,28 @@ Both interfaces allow pipelines to be created, managed, [DUUI components](https:
3434
## Dynamic pipeline construction
3535

3636
<figure>
37-
<img src="./images/Pipeline.png" alt="Pipeline" style="width:100%">
37+
<img src="/DUUI-Gateway/images/Pipeline.png" alt="Pipeline" style="width:100%">
3838
<figcaption>In order to process texts, various pipelines can be created and assembled using DUUI components.
3939
</figcaption>
4040
</figure>
4141

4242

4343
<figure>
44-
<img src="./images/Pipelines.png" alt="Pipelines" style="width:100%">
44+
<img src="/DUUI-Gateway/images/Pipelines.png" alt="Pipelines" style="width:100%">
4545
<figcaption>Pipelines can also be saved as templates for future use.
4646
</figcaption>
4747
</figure>
4848

4949

5050
<figure>
51-
<img src="./images/Create_Process.png" alt="Pipelines" style="width:100%">
51+
<img src="/DUUI-Gateway/images/Create_Process.png" alt="Pipelines" style="width:100%">
5252
<figcaption>Once a pipeline has been created, these can be executed as processes, where the source and destination of the files which are to be processed can be selected from a set of existing connectors.
5353
</figcaption>
5454
</figure>
5555

5656

5757
<figure>
58-
<img src="./images/nextcloud_gerparcor.png" alt="nextcloud" style="width:100%">
58+
<img src="/DUUI-Gateway/images/nextcloud_gerparcor.png" alt="nextcloud" style="width:100%">
5959
<figcaption>
6060
This involves selecting a folder in a Nextcloud instance added by the user via the browser and selecting further parameters for the selection.
6161
</figcaption>
@@ -67,17 +67,17 @@ Both interfaces allow pipelines to be created, managed, [DUUI components](https:
6767
After or during the execution of a pipeline, the process progress and its status can be visualized and queried. Processed documents can be selected and examined.
6868

6969
<figure>
70-
<img src="./images/Result.png" alt="Result" style="width:100%">
70+
<img src="/DUUI-Gateway/images/Result.png" alt="Result" style="width:100%">
7171
<figcaption>The progress of the individual processed documents is displayed and the results are also visualized by selecting a document.</figcaption>
7272
</figure>
7373

7474
<figure>
75-
<img src="./images/document_view.png" alt="Result" style="width:100%">
75+
<img src="/DUUI-Gateway/images/document_view.png" alt="Result" style="width:100%">
7676
<figcaption>The results of the annotation are visualized at document level with highlighting based on the selected annotation class.</figcaption>
7777
</figure>
7878

7979
<figure>
80-
<img src="./images/ResultStatistic.png" alt="Result" style="width:100%">
80+
<img src="/DUUI-Gateway/images/ResultStatistic.png" alt="Result" style="width:100%">
8181
<figcaption>At the same time, statistical information on all annotations in the respective document is also visualized graphically. </figcaption>
8282
</figure>
8383

@@ -86,7 +86,7 @@ After or during the execution of a pipeline, the process progress and its status
8686
Due to the user-related processing of DUUI processes, processes can be monitored live and the owners of the processes are also informed of the result of the processing via e-mail via DUUI Gateway.
8787

8888
<figure>
89-
<img src="./images/Notification.png" alt="Notification" style="width:100%">
89+
<img src="/DUUI-Gateway/images/Notification.png" alt="Notification" style="width:100%">
9090
<figcaption>A Result email after processing a pipeline defined in DUUI Gateway. </figcaption>
9191
</figure>
9292

@@ -101,7 +101,7 @@ DUUIGateway is capable of connecting to various cloud-based systems listed below
101101
* _[minio](https://github.com/minio/minio)_ for personal use
102102

103103
<figure>
104-
<img src="./images/Nextcloud_Signup.png" alt="Result" style="width:100%">
104+
<img src="/DUUI-Gateway/images/Nextcloud_Signup.png" alt="Result" style="width:100%">
105105
<figcaption>Exemplary connection to a Nextcloud instance</figcaption>
106106
</figure>
107107

page/docs/images/github.svg

Lines changed: 1 addition & 0 deletions
Loading

page/docs/images/rg.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)