UniversalDataTool/react-nlp-annotate

When entering japanese text it grouping the whole senetence into one and not being able to distinguish space

githubnewbie72 opened this issue · 1 comments

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