Double space in NLU

Hi If I have double spacing in a phrase I having this error. What I am doing wrong

I am using rasa-core==0.11.12 rasa-core-sdk==0.11.5 rasa-nlu==0.13.7

 File "demos/test.py", line 112, in <module>
    result = interpreter.parse(message)
  File "/opt/Python-3.6.6/lib/python3.6/site-packages/rasa_nlu/model.py", line 357, in parse
    component.process(message, **self.context)
  File "/opt/Python-3.6.6/lib/python3.6/site-packages/rasa_nlu/utils/spacy_utils.py", line 109, in process
    message.set("spacy_doc", self.doc_for_text(message.text))
  File "/opt/Python-3.6.6/lib/python3.6/site-packages/rasa_nlu/utils/spacy_utils.py", line 98, in doc_for_text
    return self.nlp(text.lower())
  File "/opt/Python-3.6.6/lib/python3.6/site-packages/spacy/language.py", line 329, in __call__ 
    proc(doc)
  File "spacy/tagger.pyx", line 212, in spacy.tagger.Tagger.__call__ (spacy/tagger.cpp:6245)
  File "spacy/morphology.pyx", line 76, in spacy.morphology.Morphology.assign_tag_id (spacy/morphology.cpp:4681)
KeyError: 139255

double space where?

sorry when I am testing with phrases

in core.train, is crashing

i’m still not sure what you mean, please paste the code you’re using

Hi, I am not able to replicate this issue, since I have recompiled python and all the libraries. Sorry

I have the same problem and it looks something like this:

Single Space two coffees: [two](quantity) [coffees](single_item)

Two Spaces two coffees: [two](quantity) [ coffees](single_item: coffees)

And, of course, it throws an error later.

Any news on this issue?

Thanks!