Skip to content

Commit

Permalink
Update default dict path to /usr/share/tokenizer/dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
duydo committed Apr 20, 2021
1 parent 707e8ac commit 152f42e
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/local/share/tokenizer/dicts";
public static final String DEFAULT_DICT_PATH = "/usr/share/tokenizer/dicts";
public final String dictPath;
public final Boolean keepPunctuation;
public final Boolean splitHost;
Expand Down

0 comments on commit 152f42e

Please sign in to comment.