I am using Gate to implement natural language processing module in my project. In the next step, I want the system support multiple users. Each user has different set of domain words(I put it into gazetteers). As far as I know, gate use a lot of static resource and It is very difficult to create multiple instances of gate. Do any one have any idea to implement multi-tenancy with Gate?
Thank you so much in advance.
PS: Reasons I use gate is because it has jape rule. It would be great if you can introduce other tool, which is easier to customize and also has that kind of rule based grammar.