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

NLP.js not working on iOS 11 - Safari Mobile. #1259

Closed
MarketingPip opened this issue Jan 23, 2023 · 1 comment
Closed

NLP.js not working on iOS 11 - Safari Mobile. #1259

MarketingPip opened this issue Jan 23, 2023 · 1 comment

Comments

@MarketingPip
Copy link

Describe the bug
Can not get NLP.js to work on Safari Mobile iOS 11.

To Reproduce
Visit https://GitHub.com/MarketingPipeline/Conversations - you'll see a demo using the bundle build.

Expected behavior
Inputs can not be handled due to NLP.js (on mobile)

Screenshots
None needed.

Additional context

If possible too - some help creating / finding a build that handles the opts & use a NLP manager in browser would be great.

And if there is a pre existing NLP pipeline for building previous slots etc (would be useful).

@MarketingPip
Copy link
Author

Closing this issue - too be honest can't seem to figure out what the issue was with mobile. Nor do I have dev tools at the moment to debug this issue to help the project. 😞

Tho I am leaving this here for developers, team member's of Axa Group etc. The demo provided from NLP.js for web & react did not WORK. This demo from @MeetMartin ie; https://github.com/MeetMartin/nlpjs-web with seems to work fine.

ps; it would be great to see a demo how to extract slot filled utterances in the browser with a simple demo like

utterance: I want to ban {USER},
answer: I have banned {USER}
if (response.slots['USER']){
response.answer.replace(slot), username
}

I know there a lot's of demos / examples. But there seems to be HUGE confusion across versions on proper usage. It would be great to get a discussion on how this could be improved. As it seems tedious to have to do this with context data such as heros example etc...

Last but not least, thanks for this really cool project ❤️ - hope to see it expand much more!

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