Git Product home page Git Product logo

jnaturalkorean's Introduction

Explanation

iOS에서 자연스러운 한글 구현할 수 있습니다.

JNaturalKorean

CI Status Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

import JNaturalKorean

let jko = JNaturalKorean() 

jko.getWith주격조사_이_가("그 사람") // "그 사람이"
jko.getWith주격조사("그 여자") // "그 여자가"
jko.getWith주격조사("Steve") // "steve가"
jko.get주격조사("그여자") // "가"

jko.getWith목적격조사_을_를("3개의 문장") // "3개의 문장을"
jko.getWith목적격조사_을_를("12개의 단어") // "12개의 단어를"
jko.getWith목적격조사("12개의 단어") // "12개의 단어를"
jko.getWith목적격조사("words") // "words를"
jko.get목적격조사("문장") // "을"

jko.getWith보조사_은_는("그 사람") // 그 사람은
jko.getWith보조사_은_는("그 여자") // 그 여자는
jko.getWith보조사("그 여자") // 그 여자는
jko.getWith보조사("the girl") // "the girl은"
jko.get보조사("그 여자") // "는"

jko.getWith호격조사_아_야("이 세상") // 이 세상아!
jko.getWith호격조사_아_야("이 여자") // 이 여자야!
jko.getWith호격조사("이 여자") // 이 여자야
jko.get호격조사("하늘") // "아"

jko.getWith부사격조사("오늘") // 오늘로
jko.getWith부사격조사_으로_로("오늘") // 오늘로
jko.getWith부사격조사_으로_로("") // 집으로
jko.getWith부사격조사_으로_로("학교") // 학교로
jko.getWith부사격조사("today") // today로
jko.get부사격조사("학교") // 로

  • 주격조사
    • 그 사람 주인입니다.
    • 그 여자 전 여친 입니다.

  • 목적격조사

    • 3개의 문장 외워야 합니다.
    • 12개의 단어 외워야 합니다.

  • 보조사

    • 그 사람 프로그래머입니다
    • 그 여자 이뻐요.

  • 호격조사
    • 이 여자!
    • 이 세상!

  • 부사격조사
    • 으로 가는중
    • 하교 가는중
    • 오늘 정했어!

Requirements

Installation

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

pod 'JNaturalKorean'

Author

trillione, [email protected]

License

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

jnaturalkorean's People

Contributors

byunghanyoo avatar

Watchers

James Cloos avatar  avatar WonJo avatar

jnaturalkorean's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.