Skip to content

Swift implementation of PERL library Inflect, Convert english words into their Singular or Plural Form ๐Ÿ“š

License

Notifications You must be signed in to change notification settings

mukeshydv/Inflect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

33 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Inflect

CI Status Version License Platform Language codecov

Swift implementation of PERL library Lingua::EN::Inflect

Installation

Swift Package Manager

To install Inflect via SPM add following dependency in your Package.swift file.

// swift-tools-version:4.0
import PackageDescription

let package = Package(
    name: "YOUR_PROJECT_NAME",
    dependencies: [
        .package(url: "https://github.com/mukeshydv/Inflect.git", from: "0.0.3"),
    ]
)

CocoaPods

Inflect is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Inflect"