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
Thank you for your reply! I’ve gained more clarity and was able to run the app. Auto-corrections are working; however, I'm facing an issue where I keep receiving the same suggestion list even when I change the input text.
I receive this same list whenever I try the nextWordPrediction function, even with different input texts.
Steps I’ve completed:
Added the license key and secret key.
Using the same methods and functionality from the sample project.
I'm still confused as to why the suggestions remain the same. Any idea what might be causing this?
Thank you for your reply! I’ve gained more clarity and was able to run the app. Auto-corrections are working; however, I'm facing an issue where I keep receiving the same suggestion list even when I change the input text.
Here’s the suggestion list I'm getting:
[ FleksyLibModule.Candidate( type: FleksyLibModule.CandidateType.prediction, score: 0.0, replacements: [ FleksyLibModule.Replacement(original: "", replacement: " ", start: 0, end: 0), FleksyLibModule.Replacement(original: "", replacement: "I", start: 0, end: 0) ] ), FleksyLibModule.Candidate( type: FleksyLibModule.CandidateType.prediction, score: 0.0, replacements: [ FleksyLibModule.Replacement(original: "", replacement: " ", start: 0, end: 0), FleksyLibModule.Replacement(original: "", replacement: "I’m", start: 0, end: 0) ] ), FleksyLibModule.Candidate( type: FleksyLibModule.CandidateType.prediction, score: 0.0, replacements: [ FleksyLibModule.Replacement(original: "", replacement: " ", start: 0, end: 0), FleksyLibModule.Replacement(original: "", replacement: "and", start: 0, end: 0) ] ), FleksyLibModule.Candidate( type: FleksyLibModule.CandidateType.prediction, score: 0.0, replacements: [ FleksyLibModule.Replacement(original: "", replacement: " ", start: 0, end: 0), FleksyLibModule.Replacement(original: "", replacement: "is", start: 0, end: 0) ] ), FleksyLibModule.Candidate( type: FleksyLibModule.CandidateType.prediction, score: 0.0, replacements: [ FleksyLibModule.Replacement(original: "", replacement: " ", start: 0, end: 0), FleksyLibModule.Replacement(original: "", replacement: "in", start: 0, end: 0) ] ), FleksyLibModule.Candidate( type: FleksyLibModule.CandidateType.prediction, score: 0.0, replacements: [ FleksyLibModule.Replacement(original: "", replacement: " ", start: 0, end: 0), FleksyLibModule.Replacement(original: "", replacement: "I’ll", start: 0, end: 0) ] ) ]
I receive this same list whenever I try the nextWordPrediction function, even with different input texts.
Steps I’ve completed:
I'm still confused as to why the suggestions remain the same. Any idea what might be causing this?
Originally posted by @subramanikios in #5 (comment)
The text was updated successfully, but these errors were encountered: