Skip to content

Commit

Permalink
fix(tokenizer): update stopwords path in kakao config
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 4, 2023
1 parent 4534e94 commit 8158062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tokenizer/kakao.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ defaults:
stopwords:
stopwords_fn: "lambda x: len(x) <= 2"
stopwords_list: ["카카오"]
stopwords_path: ${__project_root_path__:}/workspace/stopwords/kakao.txt
stopwords_path: ${__project_root_path__:}/tests/assets/stopwords/kakao.txt
verbose: false

0 comments on commit 8158062

Please sign in to comment.