Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trilliwon/JNaturalKorean
한글 (조사, 助詞, postposition)
https://github.com/trilliwon/JNaturalKorean
korean swift
Last synced: 1 day ago
JSON representation
한글 (조사, 助詞, postposition)
- Host: GitHub
- URL: https://github.com/trilliwon/JNaturalKorean
- Owner: trilliwon
- License: mit
- Created: 2016-03-02T14:05:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T15:48:18.000Z (about 1 year ago)
- Last Synced: 2024-04-20T15:14:12.972Z (7 months ago)
- Topics: korean, swift
- Language: Swift
- Homepage:
- Size: 101 KB
- Stars: 75
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hangul - JNaturalKorean - 한글 (조사, 助詞, postposition) (Programming Languages / Swift)
README
‼️ 영어는 오류가 너무 많습니다.
# Explanation
iOS에서 자연스러운 한글**을** 사용할 수 있습니다.
전화번호, 일본어 **조사**도 지원됩니다.
# JNaturalKorean
[![License](https://img.shields.io/cocoapods/l/JNaturalKorean.svg?style=flat)](http://cocoapods.org/pods/JNaturalKorean)## Usage
```Swift
import JNaturalKorean
```- `\("그 사람".이_가)` => 사람**이** ...
- `\("3개의 문장".을_를)` => 문장**을** ...
- `\("그 사람".은_는)` => 사람**은** 프로그래머 ...
- `\("이 세상".아_야)` => 세상**아** ...
- `\("그 친구".와_과)` => 이 친구**와** ...
- `\("010-0000-7330".으로_로)` => 7330**으로**
- `\("개발을 시작한 날".으로_로) 부터 \("100일".이_가) 지났습니다.` => 날**로** 부터 100일**이** ...- `"さくら".이_가` => "さくら가"
- `"キムさん".이_가` => "キムさん이"
----
- 주격조사
- 그 사람**이** 주인입니다.
- 이 친구**가** 디자이너 입니다.---
- 목적격조사
- 3개의 문장**을** 외워야 합니다.
- 12개의 단어**를** 외워야 합니다.---
- 보조사
- 그 사람**은** 프로그래머입니다
- 그 친구**는** 디자이너입니다---
- 호격조사
- 이 여자**야**!
- 이 세상**아**!---
- 부사격조사
- 집**으로** 가는중
- 회사**로** 가는중
- 오늘**로** 정했어!---
- 접속조사
- 사람**과** 원숭이
- 프로그래머**와** 맥프레## Requirements
- iOS 11.0+
- Swift 5.2+
- Xcode 12.0+## Installation
### Swift Package Manager
- Xcode > File > Swift Packages > Add Swift Dependency...
### CocoaPods
JNaturalKorean is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'JNaturalKorean'
```## License
JNaturalKorean is available under the MIT license. See the LICENSE file for more info.