Skip to content

Commit

Permalink
feat(tokenizer): add kakao configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 25, 2023
1 parent 04e66d2 commit 9ae964f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/tokenizer/kakao.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
defaults:
- mecab

stopwords:
stopwords_fn: "lambda x: len(x) <= 2"
stopwords_list: ["카카오"]
stopwords_path: ${__project_root_path__:}/workspace/stopwords/kakao.txt
verbose: false

0 comments on commit 9ae964f

Please sign in to comment.