Metadata-Version: 2.1
Name: vn-helper
Version: 1.0.0
Summary: A small lib for preprocessing text
Home-page: UNKNOWN
Author: VanhPham
Author-email: vananh@tinhte.vn
License: UNKNOWN
Keywords: vn_helper
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5

## Introduction
This library help to preprocessing Vietnamese text
### How to use
```
from flashtext import KeywordProcessor
from vn_helper import text_preprocessing, num_preprocessing
text = "text"
new_text = text_preprocessing(text)
new_text = text_preprocessing(text)
```


