You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,20 @@ The **Docker Unified UIMA Interface – Gateway** (**DUUIGateway** for short) is
18
18
19
19
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.
20
20
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.
- 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)
- Prof. Dr. Alexander Mehler [<imgsrc="./page/docs/images/github.svg"height="20px">](https://github.com/amehler)[<imgsrc="./page/docs/images/rg.svg"height="20px">](https://www.researchgate.net/profile/Alexander-Mehler-2)
28
+
- Giuseppe Abrami [<imgsrc="./page/docs/images/github.svg"height="20px">](https://github.com/abrami)[<imgsrc="./page/docs/images/rg.svg"height="20px">](https://www.researchgate.net/profile/Giuseppe-Abrami)
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)).
35
35
36
36
For support, please contact our [team](#team) or use our dedicated [](https://discord.gg/DxsgfbK7Jh)
Copy file name to clipboardExpand all lines: page/docs/features.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The web interface and the REST API are the core components of DUUI Gateway.
17
17
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.
<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.
This involves selecting a folder in a Nextcloud instance added by the user via the browser and selecting further parameters for the selection.
61
61
</figcaption>
@@ -67,17 +67,17 @@ Both interfaces allow pipelines to be created, managed, [DUUI components](https:
67
67
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.
<figcaption>At the same time, statistical information on all annotations in the respective document is also visualized graphically. </figcaption>
82
82
</figure>
83
83
@@ -86,7 +86,7 @@ After or during the execution of a pipeline, the process progress and its status
86
86
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.
0 commit comments