File size: 176 Bytes
ac901c7
 
 
 
 
 
1
2
3
4
5
6
7
# coding: utf8
"""Project Entry point"""
from .normalization import normalize
from .tokenization import sentence_tokenizer

__all__ = ["normalize", "sentence_tokenizer"]