Commit 2dbb5ff0 authored by bcmpbell's avatar bcmpbell
Browse files

Using relative path

parent 0b611765
......@@ -24,7 +24,7 @@ public class CompoundDeterminerSMOR {
private GermaNet germaNet;
private final Connection connection;
// private String pathToSMORTool = "/Users/vhenrich/unison/arbuckle/Tools_Resources/SMOR/";
private String pathToSMORTool = "/Users/bcmpbell/eclipse-workspace/Decompounder-mvn/src/main/resources/SMOR/";
private String pathToSMORTool = "./src/main/resources/SMOR/";
private String smorResultsLatin1 = "tmp/smor_results_latin1.out";
private String smorResultsUTF8 = "tmp/smor_results_utf8.out";
private String allNounsInGermaNet = "tmp/all_nouns_in_germanet.txt";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment