jeffeux's picture
Add application file
21e639d
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"]