Commit 7f96fdd8 authored by bcmpbell's avatar bcmpbell
Browse files

Adding and untracking files

parent 2dbb5ff0
File deleted
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.6
......@@ -21,11 +21,11 @@
<repositories>
<repository>
<id>sfs-clarind-nexus</id>
<url>http://t.weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/releases</url>
<url>https://weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/releases</url>
</repository>
<repository>
<id>sfs-clarind-nexus-snapshot</id>
<url>http://t.weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/snapshots</url>
<url>https://weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/snapshots</url>
</repository>
<repository>
<id>TU-Darmstadt</id>
......
......@@ -28,7 +28,7 @@ public class CompoundDeterminer {
private final GermaNet germaNetCaseInsensitive;
private final GermaNet germaNet;
// public static String databaseUrl = "jdbc:postgresql://localhost:5432/germanet";
public static String databaseUrl = "jdbc:postgresql://localhost:5432/germanet13a";
public static String databaseUrl = "jdbc:postgresql://localhost:5432/germanet14a";
private String compoundsWithoutHyphensFinalFileName = "compounds_without_hyphens_";
private String compoundsWithoutHyphensToReviewFileName = "compounds_without_hyphens_to_review";
private String fileEnding = ".txt";
......@@ -58,7 +58,7 @@ public class CompoundDeterminer {
* of lexical units (by their IDs) *
******************************************/
int fromLexUnitId = 118719; //118719
int toLexUnitId = 118819; //125687 141904
int toLexUnitId = 119719; //125687 141904
compoundDeterminer.processCompoundsWithHyphens(fromLexUnitId, toLexUnitId);
compoundDeterminer.processNonCompoundsWithEmptySpace(fromLexUnitId, toLexUnitId);
......
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