All Projects → trilliwon → JNaturalKorean

trilliwon / JNaturalKorean

Licence: MIT License
한글 (조사, 助詞, postposition)

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to JNaturalKorean

KoreanTextMatcher
한글 음절 근사 매칭/초성 검색 라이브러리
Stars: ✭ 39 (-41.79%)
Mutual labels:  korean
hama-py
🦛 파이썬 한글 처리 라이브러리. Python Korean Morphological Analyzer
Stars: ✭ 16 (-76.12%)
Mutual labels:  korean
KoEDA
Korean Easy Data Augmentation
Stars: ✭ 62 (-7.46%)
Mutual labels:  korean
NavilIME
Windows Hangul (Korean) Input Method Editor based on TSF
Stars: ✭ 79 (+17.91%)
Mutual labels:  korean
tutorials-kr
🇰🇷파이토치에서 제공하는 튜토리얼의 한국어 번역을 위한 저장소입니다. (Translate PyTorch tutorials in Korean🇰🇷)
Stars: ✭ 271 (+304.48%)
Mutual labels:  korean
kss
Kss: A Toolkit for Korean sentence segmentation
Stars: ✭ 198 (+195.52%)
Mutual labels:  korean
amazfit-bip-kr
Amazfit Bip Korean Firmware and tools for making it
Stars: ✭ 34 (-49.25%)
Mutual labels:  korean
KoDALLE
🇰🇷 Text to Image in Korean
Stars: ✭ 55 (-17.91%)
Mutual labels:  korean
BERT-embedding
A simple wrapper class for extracting features(embedding) and comparing them using BERT in TensorFlow
Stars: ✭ 24 (-64.18%)
Mutual labels:  korean
redux-saga-in-korean
redux-saga 공식문서의 한국어 번역 프로젝트.
Stars: ✭ 73 (+8.96%)
Mutual labels:  korean
Garam-Interpreter
"훈민정음은 디자인이다" 가람은 튜링 완전 프로그래밍 언어입니다.
Stars: ✭ 23 (-65.67%)
Mutual labels:  korean
iOS-Programming-Documents
iOS Programming Documents in Korean
Stars: ✭ 64 (-4.48%)
Mutual labels:  korean
Hikari
simple discord.js music bot using distube 🎵 | Stage channel support!
Stars: ✭ 19 (-71.64%)
Mutual labels:  korean
korean-dev-books
📚 한국어 개발/CS 서적 큐레이션 리스트
Stars: ✭ 51 (-23.88%)
Mutual labels:  korean
CppKoreaSeminar6th
2019년 9월 29일에 진행되었던 C++ Korea 6회 세미나 발표 자료 및 예제 코드
Stars: ✭ 43 (-35.82%)
Mutual labels:  korean
National-Petition
청와대 국민청원 분석으로 국민의 생각 알아보기 📈🔬
Stars: ✭ 45 (-32.84%)
Mutual labels:  korean
hangul-online
Hangul fonts storage and viewer
Stars: ✭ 16 (-76.12%)
Mutual labels:  korean
g2pK
g2pK: g2p module for Korean
Stars: ✭ 137 (+104.48%)
Mutual labels:  korean
CSS-Grid
CSS Grid 레이아웃 모듈 Level 1
Stars: ✭ 21 (-68.66%)
Mutual labels:  korean
korean-romanizer
한국어를 입력하면 로마자로 변환해주는 Java 라이브러리
Stars: ✭ 38 (-43.28%)
Mutual labels:  korean

Explanation

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

영어, 전화번호, 일본어 조사도 지원됩니다.

JNaturalKorean

License

Usage

import JNaturalKorean
  • \("그 사람".이_가) => 사람 ...

  • \("Battery".이_가) => Battery ...

  • \("3개의 문장".을_를) => 문장 ...

  • \("Monster".을_를) => Monster ...

  • \("그 사람".은_는) => 사람 프로그래머 ...

  • \("이 iPhone".은_는) => 이 iPhone 도난 ...

  • \("이 세상".아_야) => 세상 ...

  • \("Brother".아_야) Brother ...

  • \("그 친구".와_과) => 이 친구 ...

  • \("이 program".와_과) => program 저 ...

  • \("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. To install it, simply add the following line to your Podfile:

pod 'JNaturalKorean'

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].