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
- Host: GitHub
- URL: https://github.com/drewag/text-transformers
- Owner: drewag
- License: mit
- Created: 2016-04-09T06:44:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T17:55:43.000Z (over 7 years ago)
- Last Synced: 2025-01-28T17:14:21.754Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
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.