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.
1 parent 3ffedf2 commit 340c894Copy full SHA for 340c894
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