universal-data-tool
universal-data-tool copied to clipboard
`wordSplitRegex` should be configurable via Text Entity Recognition and Text Entity Relations configuration screen
i.e. somebody should be able to create configuration like the one shown below from Setup > Configure

I didn't check the code you did to implement this, but we should be able to override the whole regex or simply add to it. This way, one could set its own regex to split words while someone else could simply add a few characters to the default regex.
Agreed. IMO I think we should do that at the interface layer rather than the data/format error (we could actually have a cool kind of mini regex test interface against the data idk)