Skip to content

Commit

Permalink
spacy factory entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
apmoore1 committed Mar 31, 2022
1 parent 014f73d commit 17f7821
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ tests =
pydoc-markdown>=4.0.0,<4.6.0
isort>=5.5.4

[options.entry_points]
spacy_factories =
pymusas_rule_based_tagger = pymusas.spacy_api.taggers.rule_based:RuleBasedTagger

[flake8]
ignore = E266, E501, W503, W293
max-line-length = 200
Expand Down

0 comments on commit 17f7821

Please sign in to comment.