| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>Wordform Services (including Glemm Services)</title> |
| <!-- load client javascript library --> |
| <script src="https://korap.ids-mannheim.de/js/korap-plugin-0.2.js" |
| data-server="https://korap.ids-mannheim.de/"></script> |
| </head> |
| <body> |
| <script> |
| let data = { |
| 'action' : 'pipe', |
| 'service' : 'http://c0r4ft.ids-mannheim.de:40913/wformServices-0.1-SNAPSHOT/wformServices/plugin.html' |
| }; |
| |
| function pluginit (p) { |
| p.onMessage = function(msg) { |
| if (msg.key == 'glemm') { |
| if (msg.value) { |
| data['job'] = 'add'; |
| } |
| else { |
| data['job'] = 'del'; |
| }; |
| KorAPlugin.sendMsg(data); |
| }; |
| }; |
| }; |
| </script> |
| </body> |
| </html> |