mirror of https://github.com/explosion/spaCy.git
Remove unused temp errors
This commit is contained in:
parent
d0b3af9222
commit
dfbed07d3b
|
@ -342,13 +342,8 @@ class Errors(object):
|
||||||
|
|
||||||
@add_codes
|
@add_codes
|
||||||
class TempErrors(object):
|
class TempErrors(object):
|
||||||
T001 = ("Max length currently 10 for phrase matching")
|
|
||||||
T002 = ("Pattern length ({doc_len}) >= phrase_matcher.max_length "
|
|
||||||
"({max_len}). Length can be set on initialization, up to 10.")
|
|
||||||
T003 = ("Resizing pre-trained Tagger models is not currently supported.")
|
T003 = ("Resizing pre-trained Tagger models is not currently supported.")
|
||||||
T004 = ("Currently parser depth is hard-coded to 1. Received: {value}.")
|
T004 = ("Currently parser depth is hard-coded to 1. Received: {value}.")
|
||||||
T005 = ("Currently history size is hard-coded to 0. Received: {value}.")
|
|
||||||
T006 = ("Currently history width is hard-coded to 0. Received: {value}.")
|
|
||||||
T007 = ("Can't yet set {attr} from Span. Vote for this feature on the "
|
T007 = ("Can't yet set {attr} from Span. Vote for this feature on the "
|
||||||
"issue tracker: http://github.com/explosion/spaCy/issues")
|
"issue tracker: http://github.com/explosion/spaCy/issues")
|
||||||
T008 = ("Bad configuration of Tagger. This is probably a bug within "
|
T008 = ("Bad configuration of Tagger. This is probably a bug within "
|
||||||
|
|
Loading…
Reference in New Issue