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
Used backend (mitie, spacy_sklearn, ...) & plattform (windows, osx, ...):
mitie_sklearn
Linux
Issue:
Although the warning message when LUIS fformat is used, the tokenization is misbehaving in a sensitive way. At luis data format, the startPos and endPos are character indices, but "load_luis_data" treats them as token indices. I think the "load_luis_data" could take its "start" and "end" attributes directly from raw text and then it even shouldn't need to be tokenized.
rasa NLU version (Don't know? https://goo.gl/g9QQg2):
0.8.0a3
Used backend (
mitie
,spacy_sklearn
, ...) & plattform (windows, osx, ...):mitie_sklearn
Linux
Issue:
Although the warning message when LUIS fformat is used, the tokenization is misbehaving in a sensitive way. At luis data format, the startPos and endPos are character indices, but "load_luis_data" treats them as token indices. I think the "load_luis_data" could take its "start" and "end" attributes directly from raw text and then it even shouldn't need to be tokenized.
The text was updated successfully, but these errors were encountered: