Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Update doc for kermitt2#286
Browse files Browse the repository at this point in the history
Former-commit-id: 29de83e
  • Loading branch information
kermitt2 committed Feb 20, 2018
1 parent d0847cb commit 90aab21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Grobid-java-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ When using Grobid, you have to initiate a context with the path to the Grobid re
String pGrobidHome = "/Users/lopez/grobid/grobid-home";

// The GrobidHomeFinder can be instantiate without parameters to verify the grobid home in the standard
// location (classpath, ../grobid-home, ../../grobid-home or in the environment variable GROBID_HOME
// location (classpath, ../grobid-home, ../../grobid-home)

// If the location is customised:
GrobidHomeFinder grobidHomeFinder = new GrobidHomeFinder(Arrays.asList(pGrobidHome));
Expand Down

0 comments on commit 90aab21

Please sign in to comment.