From dfd52db72ee57f78ba62be8b751b0261329816d0 Mon Sep 17 00:00:00 2001 From: Xander Vertegaal Date: Fri, 29 Nov 2024 09:57:53 +0100 Subject: [PATCH] Introductory words --- frontend/src/app/aethel/aethel.component.html | 223 +++++++++--------- frontend/src/app/home/home.component.html | 8 +- 2 files changed, 124 insertions(+), 107 deletions(-) diff --git a/frontend/src/app/aethel/aethel.component.html b/frontend/src/app/aethel/aethel.component.html index bae67ae..ed849df 100644 --- a/frontend/src/app/aethel/aethel.component.html +++ b/frontend/src/app/aethel/aethel.component.html @@ -1,114 +1,127 @@

Æthel

-

- Welcome to Æthel. Search for a word or lemma in the input field below to - start. +

+ Æthel is a semantic compositionality dataset for Dutch. It consists of a + lexicon of supertags for about 900k words in context, together with + validated derivations for some 70k sample sentences, associating them with + programs (lambda terms) for their meaning composition. Æthel’s types and + derivations are obtained by means of an extraction algorithm applied to the + syntactic analyses of LASSY Small, the gold standard corpus of written + Dutch. +

+ +

+ More info can be found under About and + References. The notations are explained + under Notation. +

+ +

+ You can use the interface below to search for a word or lemma. Once you have + retrieved a sample, you can inspect it to isolate and look into a word, a + type, or a word-type pair. You can then look for other words that occur with + the same type, or other occurrences of the same word-type pair.

@if (status$ | async) { -
-
- -
- + +
+ +
+ + +
+ @if (form.touched && form.invalid) { +

+ Please enter at least three characters. +

+ } +
+ +} @else { +

The Æthel dataset is temporarily unavailable.

+} @if (submitted | async) { + + + + + + Word + + + + Lemma + + + + Type + + + + Samples + + + + + + + -
- @if (form.touched && form.invalid) { -

- Please enter at least three characters. -

- } -
- -} -@else { -

- The Æthel dataset is temporarily unavailable. -

-} - -@if (submitted | async) { - - - - - - Word - - - - Lemma - - - - Type - - - - Samples - - - - - - - - - - {{ combineWord(row) }} - {{ combineLemma(row) }} - - {{ row.sampleCount }} - - - - - No results found. - - - - - - + + {{ combineWord(row) }} + {{ combineLemma(row) }} + + {{ row.sampleCount }} + + + + + No results found. + + + + + + } diff --git a/frontend/src/app/home/home.component.html b/frontend/src/app/home/home.component.html index 5d48da2..fba3c9f 100644 --- a/frontend/src/app/home/home.component.html +++ b/frontend/src/app/home/home.component.html @@ -1,2 +1,6 @@ -

Welcome to ParsePort

-

Here are some introductory words.

\ No newline at end of file +

ParsePort

+ +

+ Welcome to ParsePort, a growing collection of NLP-related parsers and parsed + corpora developed at Utrecht University. +