diff --git a/spacy/en/__init__.py b/spacy/en/__init__.py index 6fa1af3ed..66d1f705f 100644 --- a/spacy/en/__init__.py +++ b/spacy/en/__init__.py @@ -126,7 +126,7 @@ class English(object): return self._entity def __call__(self, text, tag=True, parse=parse_if_model_present, - entity=parse_if_model_present, merge_mwes=True): + entity=parse_if_model_present, merge_mwes=False): """Apply the pipeline to some text. The text can span multiple sentences, and can contain arbtrary whitespace. Alignment into the original string