bodmo | cb26f3b | 2021-11-10 11:22:08 +0100 | [diff] [blame^] | 1 | Version 0.2 - 10.11.2021/FB |
| 2 | |
| 3 | a. 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 | |
| 9 | and several other projects which compile libraries for the Services described above. |
| 10 | |
| 11 | b. GlemmServices |
| 12 | |
| 13 | The GlemmServices are a Service running in the background of the WformServices. It uses |
| 14 | a Derby Database to store and retrieve the wordforms for a particular lemma. |
| 15 | |
| 16 | The GlemmServices'status (activ or not) may also the requested. |
| 17 | |
| 18 | c. The WformServices |
| 19 | |
| 20 | If the Glemm-Plugin is active, a Korall-Query may be sent to the WformServices, where |
| 21 | each lemma query will be rewritten (currently) as a list of corresponding word forms. |
| 22 | |
| 23 | The WformServices contain the endpoint for serving the plugin.html on a plugin request. |
| 24 | |
| 25 | The WformServices'status (activ or not) may also the requested. |