blob: 60ad0469906fe71c7d619b3f90d008481eabc3d0 [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
18c. The WformServices
19
20If the Glemm-Plugin is active, a Korall-Query may be sent to the WformServices, where
21each lemma query will be rewritten (currently) as a list of corresponding word forms.
22
23The WformServices contain the endpoint for serving the plugin.html on a plugin request.
24
25The WformServices'status (activ or not) may also the requested.