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
Okay seems like the solution is to use the NlpManager object directly? Now the question is how do we access the equivalent NerManager#findEntities function?
getEntitiesFromUtterance instead of findEntities? but I'm getting 0 results where we used to get at least 1 result... maybe another initialization step missing/required or a different method required...
Reading through issues was able to figure out to get to NerManager we have to do the following:
Instead of
But now the interface is still different so things like:
Are broken but scanning through ner.js it's unclear how this migrates forward in v4 from v3?
Sorry if I'm missing something obvious...
The text was updated successfully, but these errors were encountered: