OpenWit 0.1.1

OpenWit 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jan 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Fred Fauquette.



OpenWit 0.1.1

This Pod is an intent to get a swift framework for Wit.ai© HTTP API.

You can find more information about Wit© on: https://wit.ai and https://wit.ai/docs/http/20160526 Wit© is an amazing NLP api where you can define stories (at the time of this writing they are in beta). Wit© does speech recognition, converse, message analyse, can learn to understand what you want and many more things.

This library is a first version where you can analyse a message and converse (speech is actually not fully implemented but should be soon). It requires Moya and ObjectMapper.

You can find some informations about how the Wit application is structured in the WitData folder.

Those tests are not really sexy but they work and that was the first intent of this version. Better things soon.

Example

To run the example project, clone the repo, and run pod install from the Example directory first. You can find first attemps in ViewController.swift

Requirements

Installation

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

pod "OpenWit"

Author

fauquette fred, [email protected]

License

OpenWit is available under the MIT license. See the LICENSE file for more info.