... | @@ -4,7 +4,11 @@ This page gives an introduction into the core functionality of the text widget w |
... | @@ -4,7 +4,11 @@ This page gives an introduction into the core functionality of the text widget w |
|
|
|
|
|
## The Concept
|
|
## The Concept
|
|
|
|
|
|
Starting at a blank page, the goal is to create a text editor, that is able to display text, wrap it into new lines if wanted and display annotations using different stylings. This all should be based around the UIMA **CAS** (Common Analysis Subject)
|
|
Starting at a blank page, the goal is to create a text editor, that is able to display text, wrap it into new lines if wanted and display annotations using different stylings. This all should be based around the UIMA **CAS** (Common Analysis Subject). The final product should be capable of displaying the text and all sorts of different stylings:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<img src="/uploads/59a12c3c71909618f912ae95a2df2fa9/ATHENEditor-goal.PNG" alt="Goal of the textwidget" style="width: 640px;" style="height: 480px;"/>
|
|
|
|
|
|
This page explains the code that is required to understand this. If you want to check it yourself, you need to navigate to the project
|
|
This page explains the code that is required to understand this. If you want to check it yourself, you need to navigate to the project
|
|
```
|
|
```
|
... | | ... | |