From 7ed8e69b055c859406e627d69f9d962212320eca Mon Sep 17 00:00:00 2001 From: LaviniaStiliadou Date: Mon, 30 Sep 2024 20:37:39 +0200 Subject: [PATCH] fix layouting, add pattern graph button --- .../textmatcher/textmatcher.component.html | 196 +- .../default-pl-renderer.component.html | 2 +- src/app/core/util/constants.ts | 3598 +++++++++++++++++ 3 files changed, 3704 insertions(+), 92 deletions(-) create mode 100644 src/app/core/util/constants.ts diff --git a/src/app/core/component/textmatcher/textmatcher.component.html b/src/app/core/component/textmatcher/textmatcher.component.html index 7f38562a..83606732 100644 --- a/src/app/core/component/textmatcher/textmatcher.component.html +++ b/src/app/core/component/textmatcher/textmatcher.component.html @@ -1,103 +1,117 @@
- - Input the known Information - - -
- -
-

Rephrased input: {{rephrasedInput}}

-
- -
-

The best matching algorithm with cosine similarity is - {{resultAlgorithm.name}}. -

-

The Cosine Similarity is - {{resultAlgorithm.cosineSimilarity}} -

-
- -
- - Number of displayed algorithms - - {{number}} - - -
- -
- - - Name - - {{result.name}} - - - - Cosine similarity - {{result.cosineSimilarity}} - - - - + + Input the known Information + + + +
+

Rephrased input: {{rephrasedInput}}

+
+ +
+

The best matching algorithm with cosine similarity is + {{resultAlgorithm.name}}. +

+

The Cosine Similarity is + {{resultAlgorithm.cosineSimilarity}} +

+
+ +
+ + + Name + + {{result.name}} + + + + Cosine similarity + {{result.cosineSimilarity}} + + + + +
+ + + +

Aggregation in progress... {{ progressValue }}%

- - - - - - -
- - rephrase Problem using OpenAI -
- - - - - + + + + + + +
diff --git a/src/app/core/default-pl-renderer/default-pl-renderer.component.html b/src/app/core/default-pl-renderer/default-pl-renderer.component.html index ae08b69c..9d367eac 100644 --- a/src/app/core/default-pl-renderer/default-pl-renderer.component.html +++ b/src/app/core/default-pl-renderer/default-pl-renderer.component.html @@ -41,7 +41,7 @@