You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has to do with the selection of text - there are various way to do this - select a word or select a character. In this case it is going by the first option i.e. selecting by word. so basically react is refering to material-ui node module to act this way. If we can find and change that to another material-ui which selects character, it would solve the purpose.
you need to focus on the following script and make necessary changes - react-nlp-annotate/src/string-to-sequence.js
The text was updated successfully, but these errors were encountered: