Я использую библиотеку GATE и получаю сообщение об ошибке
gate.creole.ResourceInstantiationException: Couldn't get resource data for com.jpetrak.gate.stringannotation.extendedgazetteer2.ExtendedGazetteer2.
You may need first to load the plugin that contains your resource.
For example, to create a gate.creole.tokeniser.DefaultTokeniser
you need first to load the ANNIE plugin.
Go to the menu File->Manage CREOLE plugins or use the method
Gate.getCreoleRegister().registerDirectories(pluginDirectoryURL).
Я инициализировал папку с плагинами, а также добавил следующую строку
Gate.getCreoleRegister().registerDirectories(new URL("file:///home/latest/plugins/ANNIE"));
и папка ANNIE содержит файл cerole.xml
, как сказано здесь
почему я все еще получаю сообщение об ошибке?
Спасибо