GateNLP / gate-core

The GATE Embedded core API and GATE Developer application
GNU Lesser General Public License v3.0
78 stars 29 forks source link

You can't load schemas or documetnts from inside a plugin #93

Closed greenwoodma closed 5 years ago

greenwoodma commented 5 years ago

the document and schema init params still use URL instead of ResourceReference meaning you can't create them from resources inside a plugin.

I'm not sure if that really matters for documents, but we already distribute schemas inside plugins which we now can't load without extracting a copy of the resource from the plugin