Commit graph

90 commits

Author SHA1 Message Date
s5260822
8a9fbdfc37 removed unnecessary comment 2025-03-14 13:07:39 +01:00
s5260822
f0803b1895 code cleanup 2025-03-14 13:06:20 +01:00
s5260822
68db785ead moved javalin templates to the appropriate location 2025-03-14 13:05:16 +01:00
s5260822
8b6e2a4094 globallified directory constants 2025-03-14 13:04:39 +01:00
s5260822
e61311a48a moved config files to supdirectory ./config/ 2025-03-14 12:42:53 +01:00
s5260822
04b08ad8fa added clickable URL to log 2025-03-14 12:33:49 +01:00
s5260822
17ea80ae29 Added better time formatting for loggers 2025-03-14 12:19:51 +01:00
s5260822
1a0aba204c Added debugLogging launch argument 2025-03-14 12:19:37 +01:00
s5260822
20251f9543 improved launch argument flag log visibility 2025-03-14 12:14:10 +01:00
s5260822
f85327d799 rephrased log message 2025-03-14 12:09:18 +01:00
s5260822
a8e1998b85 added onlyRunWeb launch argument 2025-03-14 12:08:46 +01:00
s5260822
e7fb459e1b migrated temporary logger to my implementation 2025-03-14 12:08:16 +01:00
s5260822
da796bc3e0 updated plantuml 2025-03-13 19:50:14 +01:00
s5260822
b821a6d318 Migrated logs to my implementation 2025-03-13 19:49:56 +01:00
s5260822
0693e78851 added catch for error in zip download 2025-03-13 19:20:03 +01:00
s5260822
cb672cc385 fixed member photos updating on force speech updates 2025-03-13 19:19:38 +01:00
s5260822
8b3a48da10 migrated error logs to my implementation 2025-03-13 19:18:55 +01:00
s5260822
ec6e9e35d3 added try catch for NLP code 2025-03-13 18:16:36 +01:00
s5260822
23a6102033 unused import 2025-03-13 17:01:58 +01:00
s5260822
ad7f12afc7 removed unnecessary field II 2025-03-13 17:01:48 +01:00
s5260822
aadd236e48 removed unnecessary field 2025-03-13 17:00:16 +01:00
s5260822
b0b514b30e updated log title 2025-03-13 16:59:25 +01:00
s5260822
290b17080e added launch arguments 2025-03-13 16:59:11 +01:00
s5260822
1c88da9883 updated logger type 2025-03-13 16:58:52 +01:00
s5260822
149be757bb fixed indent of launch argument log 2025-03-13 16:57:26 +01:00
s5260822
f2c35c83d5 removed unnecessary lines 2025-03-13 16:56:51 +01:00
s5260822
2b79faea3b removed unnecessary comments 2025-03-13 16:03:20 +01:00
s5260822
c930a75672 fixed package structure with exceptions
this was necessary
2025-03-13 15:31:06 +01:00
s5260822
ac6a9b822c added photo upload hook for when uploading all data 2025-03-12 21:09:33 +01:00
s5260822
9cdb3be62b added logger notice for starting javalin app 2025-03-12 21:08:33 +01:00
s5260822
8189b0fa23 added notice for uploading member images 2025-03-12 21:07:59 +01:00
s5260822
bcfd272b2b added support for member picture upload 2025-03-12 21:01:52 +01:00
s5260822
8317dff035 Merge branch 'main' of https://ppr.gitlab.texttechnologylab.org/s1188354/multimodal_parliament_explorer_05_1 2025-03-12 21:00:03 +01:00
s5260822
3636b9200f removed left-over lombok 2025-03-12 20:58:23 +01:00
vysitor
e4d7be5a88 Speeches and Comments are displayed (without NLP information) 2025-03-11 00:06:55 +01:00
s5260822
237ab2641a fixed newlines 2025-03-10 19:06:29 +01:00
s5260822
8e8a12462d Merge branch 'main' of https://ppr.gitlab.texttechnologylab.org/s1188354/multimodal_parliament_explorer_05_1 2025-03-10 18:39:06 +01:00
s5260822
d33fe78fe1 added member images 2025-03-10 18:38:35 +01:00
s5260822
0907e8623a added image crawler 2025-03-10 18:38:18 +01:00
vysitor
8439b52f65 Frontend: List of Speeches is now displayed 2025-03-10 18:15:55 +01:00
Picman2000
c64a280405 small import fix cause i dont know my merge requests 2025-03-10 12:40:39 +01:00
Henry Scharf
9e81da9cbb Merge branch 'NLPSHIT' into 'main'
NLPSHIT

See merge request s1188354/multimodal_parliament_explorer_05_1!6
2025-03-10 11:34:24 +00:00
Henry Scharf
81a38f0efb Merge branch 'main' into 'NLPSHIT'
# Conflicts:
#   src/main/java/org/texttechnologylab/project/gruppe_05_1/Main.java
#   src/main/java/org/texttechnologylab/project/gruppe_05_1/nlp/NlpUtils.java
#   src/main/java/org/texttechnologylab/project/gruppe_05_1/xml/speeches/Impls/Speech_File_Impl.java
2025-03-10 11:33:20 +00:00
Picman2000
c028d7ed12 - completed nlp stuff from 2.1 2)
- The program now verifies whether speeches in the database are missing an NLP field and processes them accordingly.
2025-03-10 12:26:42 +01:00
vysitor
fbf3c5b68d Correction to enable local database use, slight rework 2025-03-09 23:05:35 +01:00
s5260822
b72f1b9d1e updated version of puml diagram 2025-03-09 15:32:04 +01:00
005ab18142 some code refactoring 2025-03-09 15:27:28 +01:00
Leon Kastner
d2c5e1ce2b Merge branch 'NLP' into 'main'
NLP

See merge request s1188354/multimodal_parliament_explorer_05_1!5
2025-03-06 16:49:26 +00:00
Artorias
37c43e63b8 Implemented an XMI extractor for extracting and uploading already analized data in given files. 2025-03-06 17:47:33 +01:00
Leon Kastner
f045e76d1c Merge branch 'NLP' into 'main'
NLP

See merge request s1188354/multimodal_parliament_explorer_05_1!4
2025-03-06 16:45:29 +00:00