Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hongcui committed Jul 23, 2014
1 parent 111cc7a commit b2f583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsing-gui/src/fna/parsing/VolumeFinalizer.java
Expand Up @@ -44,7 +44,7 @@ public class VolumeFinalizer extends Thread {
private static final Logger LOGGER = Logger.getLogger(VolumeFinalizer.class);
private Connection conn = null;
private String glossaryPrefix;
private static String version="SemanticCharaParser v-alpha-0.1";
private static String version="SemanticCharaParser v0.1-alpha";
private static boolean standalone = Boolean.valueOf(ApplicationUtilities.getProperty("finalizer.standalone"));//set to true when running only StanfordParser; false when running with GUI.
private static String standalonefolder = "C:/Users/updates/CharaParserTest/EQ-patterns_FixedGloss";
private Text finalLog;
Expand Down

0 comments on commit b2f583f

Please sign in to comment.