Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
germanet
germanet-decompounder
Commits
2dbb5ff0
Commit
2dbb5ff0
authored
Jan 23, 2019
by
bcmpbell
Browse files
Using relative path
parent
0b611765
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
src/main/java/decompounder/CompoundDeterminerSMOR.java
src/main/java/decompounder/CompoundDeterminerSMOR.java
+1
-1
src/test/resources/results/.DS_Store
src/test/resources/results/.DS_Store
+0
-0
No files found.
src/main/java/decompounder/CompoundDeterminerSMOR.java
View file @
2dbb5ff0
...
...
@@ -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"
;
...
...
src/test/resources/results/.DS_Store
View file @
2dbb5ff0
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment