mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Remove tensorizer from pre-set pipe_names
This commit is contained in:
parent
8f1d3fc3ee
commit
5f661a1b3a
|
@ -67,7 +67,7 @@ class BaseDefaults(object):
|
|||
infix_finditer=infix_finditer,
|
||||
token_match=token_match)
|
||||
|
||||
pipe_names = ['tensorizer', 'tagger', 'parser', 'ner']
|
||||
pipe_names = ['tagger', 'parser', 'ner']
|
||||
token_match = TOKEN_MATCH
|
||||
prefixes = tuple(TOKENIZER_PREFIXES)
|
||||
suffixes = tuple(TOKENIZER_SUFFIXES)
|
||||
|
|
Loading…
Reference in New Issue
Block a user