Importing WformServices and GlemmServices
Change-Id: Ifa95576d69e0d3863f63d3fdedb48c2c21cf64bc
diff --git a/wsp-KorAP-Services/.metadata/.plugins/org.eclipse.core.resources/.history/a7/10a490cc51ba001a1a67879b052cc77c b/wsp-KorAP-Services/.metadata/.plugins/org.eclipse.core.resources/.history/a7/10a490cc51ba001a1a67879b052cc77c
new file mode 100644
index 0000000..eae2799
--- /dev/null
+++ b/wsp-KorAP-Services/.metadata/.plugins/org.eclipse.core.resources/.history/a7/10a490cc51ba001a1a67879b052cc77c
@@ -0,0 +1,31 @@
+<!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>
\ No newline at end of file