diff develop/models/_extractapp_func.php @ 12:e82ca7375e93

Integration with LocalGazetteerService (LGService), getting text from LGService and saving text to LGService. Adjust the control flow (controller).
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 16 Feb 2015 16:51:39 +0100
parents 54a235d43694
children cc36a20a68ab
line wrap: on
line diff
--- a/develop/models/_extractapp_func.php	Wed Feb 11 12:33:59 2015 +0100
+++ b/develop/models/_extractapp_func.php	Mon Feb 16 16:51:39 2015 +0100
@@ -10,6 +10,10 @@
     case 'SmartRegexSave':
         SmartRegexSave();
         break;
+
+    case 'SaveTextToLGService':
+        SaveTextToLGService();
+        break;
     
     default:
         SmartRegexLoad();
@@ -17,6 +21,8 @@
 }
 
 
+
+
 function SmartRegexLoad() {
     global $data_path;
     $returnArray = array();