Skip to content

Commit

Permalink
Fixed __all__ in pythainlp/coref/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Jun 4, 2023
1 parent 4d5d836 commit a027c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythainlp/coref/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"""
PyThaiNLP Coreference Resolution
"""
__all__ = ["CoreferenceResolution"]
__all__ = ["coreference_resolution"]
from pythainlp.coref.core import coreference_resolution

0 comments on commit a027c30

Please sign in to comment.