Skip to content

Commit

Permalink
remove importance value
Browse files Browse the repository at this point in the history
  • Loading branch information
rosannamilner committed Aug 6, 2024
1 parent 7ef056e commit b6dace8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default function AssistantTextClassification({
subjectivity = false,
}) {
const classes = useMyStyles();
const dispatch = useDispatch();
const keyword = i18nLoadNamespace("components/NavItems/tools/Assistant");

// subjectivity or not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default function AssistantTextSpanClassification({
text,
classification,
titleText = "Detected Class",
importantSentenceKey = "Important_Sentence",
helpDescription = "",
configs = {
confidenceThresholdLow: 0.8,
Expand All @@ -49,7 +48,6 @@ export default function AssistantTextSpanClassification({
textHtmlMap = null,
}) {
const classes = useMyStyles();
const dispatch = useDispatch();
const keyword = i18nLoadNamespace("components/NavItems/tools/Assistant");
const tooltipTextLowThreshold = keyword("low_confidence");
const tooltipTextHighThreshold = keyword("high_confidence");
Expand Down

0 comments on commit b6dace8

Please sign in to comment.