delete food names from medical dictionary
This commit is contained in:
parent
ba109e9ed5
commit
3b8511e8cc
|
@ -5,7 +5,7 @@ data/processing/
|
|||
prod/
|
||||
*.log
|
||||
data/unigram_freq.csv
|
||||
data/database
|
||||
data/database-backup-IPAs-added
|
||||
API.mjs
|
||||
firefish-calls/firefish.mjs
|
||||
data/database-testing
|
||||
|
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -11,6 +11,8 @@ export const db = Knex({
|
|||
},
|
||||
useNullAsDefault: true
|
||||
})
|
||||
|
||||
|
||||
const blocklist = db.union([
|
||||
db('bad_words').select('word'),
|
||||
db('medical_dictionary').select('word'),
|
||||
|
|
Loading…
Reference in New Issue