Skip to content

Commit

Permalink
fix(english-preset): remove extraneous patterns for n-word
Browse files Browse the repository at this point in the history
Fixes #48.
  • Loading branch information
jo3-l committed Jan 5, 2024
1 parent 620c721 commit e135be5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/preset/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,6 @@ export const englishDataset = new DataSet<{ originalWord: EnglishProfaneWord }>(
.addPattern(pattern`n[i]gga`)
.addPattern(pattern`|nig|`)
.addPattern(pattern`|nigs|`)
.addPattern(pattern`?igge`)
.addWhitelistedTerm('bigge')
.addWhitelistedTerm('digge')
.addWhitelistedTerm('rigge')
.addWhitelistedTerm('snigger'),
)
.addPhrase((phrase) =>
Expand Down

0 comments on commit e135be5

Please sign in to comment.