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

@xevifar , #7

Open
subramanikios opened this issue Sep 12, 2024 · 0 comments
Open

@xevifar , #7

subramanikios opened this issue Sep 12, 2024 · 0 comments

Comments

@subramanikios
Copy link

          @xevifar ,

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:

  1. Added the license key and secret key.
  2. 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?

Originally posted by @subramanikios in #5 (comment)

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

1 participant