Skip to content

Sample implementation for iOS Custom Keyboard Extension with Mozc (Google Japanese Input)

License

Notifications You must be signed in to change notification settings

realcarlos/JapaneseKeyboardKit

 
 

Repository files navigation

JapaneseKeyboardKit Build Status Apache License 2.0

Sample implementation for iOS Custom Keyboard Extension with Mozc (Google Japanese Input)

See also https://github.com/kishikawakatsumi/Mozc-for-iOS

 

System Requirements

Mac OS X 10.9+
Xcode 6.0+
iOS SDK 8.0+
Python 2.7.5 (for build Mozc)

Tested Environments

iPhone 6 Plus, iOS 8.0.2
iPhone 4S, iOS 8.0.2

Usage

Getting the code

$ git clone [email protected]:kishikawakatsumi/JapaneseKeyboardKit.git --recursive
$ cd JapaneseKeyboardKit

Build Mozc (Japanese Input Method)

Configure
$ cd Mozc-for-iOS/src
$ python build_mozc.py gyp
Compilation
$ python build_mozc_ios.py

Run Sample Project

$ cd ../..
$ open JapaneseKeyboardKit.xcodeproj

Limitation

Mozc works on a device only, does not work on the simulator.

License

JapaneseKeyboardKit is available under the Apache license. See the LICENSE file for more info.

About

Sample implementation for iOS Custom Keyboard Extension with Mozc (Google Japanese Input)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 87.0%
  • Objective-C++ 12.9%
  • Ruby 0.1%