Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Remove the UNSUBSTANTIAL model from analysis #14

Merged
merged 1 commit into from
Apr 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/analyzer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ export default class Analyzer {
PROFANITY: {},
THREAT: {},
SEXUALLY_EXPLICIT: {},
FLIRTATION: {},
UNSUBSTANTIAL: {}
FLIRTATION: {}
}
},
json: true
Expand Down