All Projects → nakosung → Hangul Asm

nakosung / Hangul Asm

Hangul disasm/asm

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Hangul Asm

gksdud
A tiny JavaScript utility that corrects miswritten Hangeul sentences like gksdud
Stars: ✭ 28 (+180%)
Mutual labels:  korean
Southkorea Maps
South Korea administrative divisions in ESRI Shapefile, GeoJSON and TopoJSON formats.
Stars: ✭ 367 (+3570%)
Mutual labels:  korean
Learn React In Korean
Let's learn React in Korean!!! (⚛ + 🇰🇷 = 😈 😈 😈)
Stars: ✭ 673 (+6630%)
Mutual labels:  korean
clean-code
zz절대 적용 안하죠?
Stars: ✭ 23 (+130%)
Mutual labels:  korean
kengdic
Joe Speigle's Korean/English dictionary database
Stars: ✭ 76 (+660%)
Mutual labels:  korean
Open Korean Text
Open Korean Text Processor - An Open-source Korean Text Processor
Stars: ✭ 438 (+4280%)
Mutual labels:  korean
KVQA
Korean Visual Question Answering
Stars: ✭ 44 (+340%)
Mutual labels:  korean
Eulyoo1945
을유문화사에서 만든 을유1945 폰트를 웹에서 손쉽게 사용할 수 있는 환경을 제공합니다.
Stars: ✭ 24 (+140%)
Mutual labels:  korean
Typescript Kr.github.io
🇰🇷 TypeScript Handbook in Korean
Stars: ✭ 364 (+3540%)
Mutual labels:  korean
Awesome Swift Korean Lecture
훌륭한 Swift 세션 동영상(강좌), 한글 자막있는 혹은 한국어 강의 정보 링크 모음 (Awesome Swift Korean lecture information)
Stars: ✭ 649 (+6390%)
Mutual labels:  korean
Open-korean-corpora
Open Korean NLP Dataset Curation for the Users All Around the Globe
Stars: ✭ 82 (+720%)
Mutual labels:  korean
TALPCo
TUFS Asian Language Parallel Corpus
Stars: ✭ 32 (+220%)
Mutual labels:  korean
Kagome
Self-contained Japanese Morphological Analyzer written in pure Go
Stars: ✭ 554 (+5440%)
Mutual labels:  korean
rouzeta
reference code for Rouzeta(FST-based morpological analyzer)
Stars: ✭ 14 (+40%)
Mutual labels:  korean
Awesome Sushi
🍣 국내 스시 오마카세 맛집 리스트
Stars: ✭ 700 (+6900%)
Mutual labels:  korean
KoreanClassification Keras Coreml
한글 손글씨 분류 모델을 만들어 iOS 애플리케이션에 적용해보았습니다 📱
Stars: ✭ 29 (+190%)
Mutual labels:  korean
Open Apis Korea
🇰🇷 한국어 사용자를 위한 서비스에 사용하기 위한 오픈 API 모음
Stars: ✭ 391 (+3810%)
Mutual labels:  korean
Atom Korean Spell Daum
Daum 맞춤법 검사기로 텍스트를 보내 손쉽게 교정 가능한 Atom package
Stars: ✭ 24 (+140%)
Mutual labels:  korean
Ko.javascript.info
Modern JavaScript Tutorial in Korean (모던 JavaScript 튜토리얼)
Stars: ✭ 822 (+8120%)
Mutual labels:  korean
Cppcoreguidelines
C++ 핵심 가이드라인 한글화 프로젝트 (C++ Core Guidelines)
Stars: ✭ 572 (+5620%)
Mutual labels:  korean

hangul-asm

Disassemble and assemble complex char-set of korean letters into/from serialized(disassembled) form. In this way Korean text can be fed into neural network just like English text.

$ node app
안녕하세요 한글 테스트입니다
LTCCZLSTJYLf STCAlF QYJlQlLnHCnDT

$ node app decode
LTCCZLSTJYLf STCAlF QYJlQlLnHCnDT
안녕하세요 한글 테스트입니다
var lib = require('hangul-asm')
var encoded = lib.encode('한글 풀어쓰기')
var decoded = lib.decode(encoded)

Natural representation for Hangul(Korean letter)

  • 않다 --> ㅇㅏㄴㅎㄷㅏ
  • 아니하다 --> ㅇㅏㄴㅣㅎㅏㄷㅏ
  • 이걸 --> ㅇㅣㄱㅓㄹ
  • 이것을 --> ㅇㅣㄱㅓㅅㅇㅡㄹ
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].