Skip to content

Commit

Permalink
Rename modules for consistency (explosion#11286)
Browse files Browse the repository at this point in the history
* rename Python module to entity_ruler

* rename Python module to attribute_ruler
  • Loading branch information
Sofie Van Landeghem authored and jikanter committed May 21, 2024
1 parent 8da3ed2 commit ec24073
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spacy/pipeline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from .attribute_ruler import AttributeRuler
from .attribute_ruler import AttributeRuler
from .dep_parser import DependencyParser
from .edit_tree_lemmatizer import EditTreeLemmatizer
from .entity_linker import EntityLinker
from .ner import EntityRecognizer
from .entity_ruler import EntityRuler
from .lemmatizer import Lemmatizer
from .morphologizer import Morphologizer
from .ner import EntityRecognizer
Expand Down
Loading

0 comments on commit ec24073

Please sign in to comment.