Skip to content

Commit

Permalink
#62 - Implement variable detector disambiguator component
Browse files Browse the repository at this point in the history
- updated model path
  • Loading branch information
maxxkia committed Dec 20, 2017
1 parent fe7783c commit 29803d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class VariableMentionDisambiguator
extends JCasAnnotator_ImplBase
{
public static final String PARAM_MODEL_LOCATION = ComponentParameters.PARAM_MODEL_LOCATION;
@ConfigurationParameter(name = PARAM_MODEL_LOCATION, mandatory = false, defaultValue = "/home/local/UKP/kiaeeha/workspace/Datasets/openminted/uc-ss/variable-detection/model.ser")
@ConfigurationParameter(name = PARAM_MODEL_LOCATION, mandatory = false, defaultValue = "../models/variable-disambiguation/variable-disambiguation-model.ser")
private String modelLocation;

public static final String PARAM_VARIABLE_FILE_LOCATION = "variableFileLocation";
Expand Down

0 comments on commit 29803d2

Please sign in to comment.