mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Fix default name
This commit is contained in:
parent
63f5951f8b
commit
a6edbcb7d2
|
@ -32,7 +32,7 @@ class AttributeRuler(Pipe):
|
|||
DOCS: https://spacy.io/api/attributeruler
|
||||
"""
|
||||
|
||||
def __init__(self, vocab: Vocab, name: str = "attributeruler") -> None:
|
||||
def __init__(self, vocab: Vocab, name: str = "attribute_ruler") -> None:
|
||||
"""Initialize the attributeruler.
|
||||
|
||||
RETURNS (AttributeRuler): The attributeruler component.
|
||||
|
|
Loading…
Reference in New Issue
Block a user