An open API service indexing awesome lists of open source software.

https://github.com/drewag/text-transformers

a framework to describe any kind of transformation on text in a standard and extensible way
https://github.com/drewag/text-transformers

Last synced: 2 months ago
JSON representation

a framework to describe any kind of transformation on text in a standard and extensible way

Awesome Lists containing this project

README

        

Text Transformers
=================

**TextTransformers** Is a framework to describe any kind of transformation on text in a standard and extensible way

Installation
=============

**TextTransformers** supports the [Swift Package Manager](https://github.com/apple/swift-package-manager)

You can add this as a dependency as follows:

import PackageDescription

let package = Package(
dependencies: [
.Package(url: "https://github.com/drewag/text-transformers.git", majorVersion: 0),
]
)

Commit Style
=================

My commit messages follow these guidlines: [CAAG Commit Style](http://drewag.me/posts/changes-at-a-glance?source=github)

License
=================

**TextTransformers** is released under the MIT license. See [LICENSE](https://raw.githubusercontent.com/drewag/text-transformers/master/License.txt) for details.