Skip to content

Commit

Permalink
feat(tokenizer): add strip_pos option to SimpleTokenizer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 23, 2023
1 parent 4691e71 commit 7fc3991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/corprep/conf/tokenizer/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ defaults:
- __init__

_target_: corprep.tokenizer.SimpleTokenizer
strip_pos: true

0 comments on commit 7fc3991

Please sign in to comment.