Rajendransp133's picture
Upload 86 files
ac901c7 verified
raw
history blame contribute delete
176 Bytes
# coding: utf8
"""Project Entry point"""
from .normalization import normalize
from .tokenization import sentence_tokenizer
__all__ = ["normalize", "sentence_tokenizer"]