Skip to content
This repository has been archived by the owner on Sep 3, 2018. It is now read-only.

Commit

Permalink
Need to adapt the factory classname parameter too.
Browse files Browse the repository at this point in the history
  • Loading branch information
johann-petrak committed Sep 21, 2014
1 parent 760a0b4 commit e507354
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ public static void main(String[] args) {
parms.put("configFileURL", url);
parms.put("caseSensitive", caseSensitive);
parms.put("caseConversionLanguage", locale);
parms.put("gazetteerFeatureSeparator","\\t");
// parms.put("gazetteerFeatureSeparator","\\t");
try {
gate.ProcessingResource pr =
(gate.ProcessingResource) Factory.createResource(
"com.jpetrak.gate.stringannotation.extendedgazetteer2.ExtendedGazetteer2",
"com.jpetrak.gate.stringannotation.extendedgazetteer.ExtendedGazetteer",
parms);
} catch (Exception ex) {
System.err.println("Error initializing the gazetteer PR");
Expand Down

0 comments on commit e507354

Please sign in to comment.