* Disable merge_mwes by default

This commit is contained in:
Matthew Honnibal 2015-04-16 04:20:31 +02:00
parent 99dbf8a38c
commit 42617548af
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class English(object):
return self._entity return self._entity
def __call__(self, text, tag=True, parse=parse_if_model_present, 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, """Apply the pipeline to some text. The text can span multiple sentences,
and can contain arbtrary whitespace. Alignment into the original string and can contain arbtrary whitespace. Alignment into the original string