Metadata-Version: 2.1
Name: tfunicode
Version: 2.1.11
Summary: Unicode string ops for TensorFlow
Home-page: https://github.com/shkarupa-alex/tfunicode
Author: Shkarupa Alex
Author-email: shkarupa.alex@gmail.com
License: MIT
Keywords: tensorflow unicode string op
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: tf_cpu
Provides-Extra: tf_gpu
Provides-Extra: tf_cpu
Requires-Dist: tensorflow (>=1.12.0); extra == 'tf_cpu'
Provides-Extra: tf_gpu
Requires-Dist: tensorflow-gpu (>=1.12.0); extra == 'tf_gpu'

# tfunicode

Custom ops for TensorFlow to deal with unicode strings:

* expand_split_words
* expand_split_chars
* expand_char_ngrams
* transform_normalize_unicode
* transform_title_case
* transform_lower_case
* transform_string_replace
* transform_regex_replace
* transform_upper_case
* transform_zero_digits
* transform_wrap_with

See `tfunicode/python/kernel_tests` directory for usage examples.

## Installation

Install package as usual:
    ``pip install -U tfunicode``


