Metadata-Version: 2.1
Name: code-mixed-text-toolkit
Version: 0.1.0
Summary: A library for processing Code Mixed Text. Still in development!
Home-page: https://code-mixed-text-toolkit.readthedocs.io/
Author: Reuben Devanesan
Author-email: reubendevanesan@gmail.com
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy

# Code-Mixed-Text-Toolkit

A library for processing Code Mixed Text. Still in development!



### Installation

```

pip install code-mixed-text-toolkit

```



### Get started

How to use this library:



```Python

from code_mixed_text_toolkit import CodeMixedTextToolkit



# Instantiate an object

cmtt = CodeMixedTextToolkit()



# Call the demo_function

result  = cmtt.demo_function(88)

```



### Contributors

 - [Paras Gupta](https://github.com/paras-gupt)

 - [Tarun Sharma](https://github.com/tarun2001sharma)

 - [Reuben Devanesan](https://github.com/Reuben27)
