Spaces:
Sleeping
Sleeping
# coding: utf8 | |
"""Project Entry point""" | |
from .normalization import normalize | |
from .tokenization import sentence_tokenizer | |
__all__ = ["normalize", "sentence_tokenizer"] | |