blob: f8ff7ac526a5baf35ca804cc0689d95c61a7e145 [file] [log] [blame]
bodmocb26f3b2021-11-10 11:22:08 +01001Version 0.2 - 10.11.2021/FB
2
3a. Repository Kalamar-Plug-WformsAndGlemm contains 2 main projects:
4
5 - GlemmServices (which returns lists of wordforms for a lemma request)
6 - WformServices (which rewrites inside a KoralQuery all lemma Searches by
7 a wordform list obtained from the GlemmServices).
8
9and several other projects which compile libraries for the Services described above.
10
11b. GlemmServices
12
13The GlemmServices are a Service running in the background of the WformServices. It uses
14a Derby Database to store and retrieve the wordforms for a particular lemma.
15
16The GlemmServices'status (activ or not) may also the requested.
17
bodmo59df4f52021-11-10 11:34:12 +010018Glemm itself is not part of the GlemmServices. The GlemmServices communicate with Glemm
19via scripts and files.
20
bodmocb26f3b2021-11-10 11:22:08 +010021c. The WformServices
22
23If the Glemm-Plugin is active, a Korall-Query may be sent to the WformServices, where
24each lemma query will be rewritten (currently) as a list of corresponding word forms.
25
26The WformServices contain the endpoint for serving the plugin.html on a plugin request.
27
28The WformServices'status (activ or not) may also the requested.