We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ffedf2 + 340c894 commit d0df683Copy full SHA for d0df683
src/components/TextClassification/index.js
@@ -30,6 +30,7 @@ export const TextClassification = ({
30
type="label-document"
31
labels={labels}
32
multipleLabels={iface?.multiple}
33
+ separatorRegex={iface?.wordSplitRegex}
34
document={sample?.document}
35
initialLabels={initialLabels}
36
hotkeysEnabled={!disableHotkeys}
0 commit comments