-
Notifications
You must be signed in to change notification settings - Fork 18
errors positions #2
Copy link
Copy link
Open
Description
can one hope that in the future there will be support for the positions of words with an error in the text
for example:
spellcheck("Who's kat iz dat?",'en_US');
[
{
start: 0,
end: 4,
suggestions: ["Whose"]
},
{
start: 6,
end: 8,
suggestions: ["cat","hat","mat"]
},
{
start: 10,
end: 11,
suggestions: ["is"]
},
{
start: 13,
end: 15,
suggestions: ["that"]
},
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels