Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
githubnewbie72 opened this issue May 25, 2021 · 1 comment

Comments

@githubnewbie72
Copy link

Screenshot (554)

@munivinayk
Copy link

munivinayk commented Jun 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants