Skip to content

Commit

Permalink
Merge tag 'fix-default-dict-path' into develop
Browse files Browse the repository at this point in the history
fix-default-dict-path
  • Loading branch information
duydo committed Apr 20, 2021
2 parents d4f7bf7 + 75b8423 commit 692c723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.elasticsearch.common.settings.Settings;

public class VietnameseConfig {
public static final String DEFAULT_DICT_PATH = "/usr/share/tokenizer/dicts";
public static final String DEFAULT_DICT_PATH = "/usr/local/share/tokenizer/dicts";
public final String dictPath;
public final Boolean keepPunctuation;
public final Boolean splitHost;
Expand Down

0 comments on commit 692c723

Please sign in to comment.