lowannann's picture
2022_1013
4398510
raw
history blame
181 Bytes
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"]