Skip to content

Commit

Permalink
feat(tokenizer): add flatten option to MecabTokenizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 23, 2023
1 parent 191a5fd commit 070740b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/corprep/conf/tokenizer/mecab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ defaults:
- tagger: mecab

_target_: corprep.tokenizer.MecabTokenizer
flatten: true
noun_postags:
- NNG
- NNP
Expand Down

0 comments on commit 070740b

Please sign in to comment.