Skip to content

Commit

Permalink
Renamed LemmatizerFactory.getPrebuild to LemmatizerFactory.getPrebuil…
Browse files Browse the repository at this point in the history
…t to be compatible with jlemmagen dependencies from 4ceb02e
  • Loading branch information
vhyza committed Dec 1, 2015
1 parent 4ceb02e commit aef315b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public Lemmatizer getLemmatizer(URI lexiconPath) {

public Lemmatizer getLemmatizer(String lexicon) {
try {
return LemmatizerFactory.getPrebuild(lexicon);
return LemmatizerFactory.getPrebuilt(lexicon);
} catch (Exception e) {
throw new IllegalArgumentException("Can't initialize lemmatizer from resource " + lexicon, e);
}
Expand Down

0 comments on commit aef315b

Please sign in to comment.