Skip to main content

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

Project description

forthebadge made-with-python


code style: blackCompatibility

CMTT is a wrapper library that makes code-mixed text processing more efficient than ever. More documentation incoming!

Installation

pip install code-mixed-text-toolkit

Get started

How to use this library:

from code_mixed_text_toolkit.dummy import CodeMixedTextToolkit
import code_mixed_text_toolkit.data

# Dummy function
dummy = CodeMixedTextToolkit()
result = dummy.dummy_function(88)

# Data loading function
result_json = code_mixed_text_toolkit.data.load('https://world.openfoodfacts.org/api/v0/product/5060292302201.json')

# Tokenizer
text = "Hello World! This is CMTT library!"
result_tokenize = word_tokenize(text)

Contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

code_mixed_text_toolkit-0.3.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

code_mixed_text_toolkit-0.3.0-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page