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
@ran-j I imagine this character is being filtered during nlp steps. If you are using v3 you can try setting "+" inside utteranceDict as 'plus'. In this way, this character will be replaced before starting the nlp process.
I want to do math with user input like:
Q : "how much is 2+2"
R: "the answer is 4"
so I created a entity:
manager.addNamedEntityText('plus', 'plus', ['pt'], ['+','plus']);
And It does not recognizer my entity "+"
Node : 10.x
Node-nlp: 3.10.2
Windows 10
The text was updated successfully, but these errors were encountered: