mirror of https://github.com/explosion/spaCy.git
* Restore merge_mwe in English class
This commit is contained in:
parent
6859f6adac
commit
6ddb2f5e45
|
@ -65,7 +65,7 @@ class English(object):
|
|||
EntityTransitionSystem = BiluoPushDown
|
||||
|
||||
def __init__(self,
|
||||
data_dir=LOCAL_DATA_DIR
|
||||
data_dir=LOCAL_DATA_DIR,
|
||||
Tokenizer=Tokenizer.from_dir,
|
||||
Tagger=EnPosTagger,
|
||||
Parser=ParserFactory(ParserTransitionSystem),
|
||||
|
|
Loading…
Reference in New Issue