Spaces:
Build error
Build error
File size: 181 Bytes
4398510 |
1 2 3 4 5 6 7 |
from .ner import handle_create_ner
from .pos import handle_create_pos
from .wsg import handle_create_wsg
__all__ = ["handle_create_ner", "handle_create_pos", "handle_create_wsg"]
|