Code Monkey home page Code Monkey logo

rime-hangyl's People

Contributors

leoyoon-tsaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

alienkevin

rime-hangyl's Issues

请问一下其中的 hangyl 是哪一种韩文罗马化方案?

我注意到仓库中有一张罗马化的表音图,但是我经过搜索之后,发现该韩文罗马化方案既非常见的 GongjinCheong Romaja,也非 HNC Romaja,甚至也不是官方发布 的转写方案。
虽然个人觉得非常适合韩语学习者使用,但是一直没有找到对应的标准,所以想要来请教一下。

Optional "ㅇ" at syllable initial position causes undesirable syllable segmentation

Observations

  • Typing the key sequence "hangyl" produces "항을" instead of the expected "한글".
    A "ㅇ" is auto-inserted before "yl" to produce "을". The sequence "hangyl" is undesirably segmented into "hang" and "yl".

  • Typing the key sequence "haseixio" or "haseiio" produces "핫에요" instead of the expected "하세요".
    A "ㅇ" is auto-inserted before "ei". The sequence "hasei" is undesirably segmented into "has" and "ei".

Reason

Syllable initial "ㅇ" is required in some cases to disambiguate syllable boundary in Hangul. Hence, input methods like HNC Romaja on macOS require the input of "ㅇ" to eliminate ambiguity.

Fix

Comment out the following line in hangyl.schema.yaml:

speller:
  ...
  algebra:
    # - derive/(^|[ '])x?([aeiouy])/$1$2/

Implications of the fix

"ㅇ" is always required at the syllabe initial position:

  • The key sequence "an" produces "ㅏㄴ". To produce the syllable "안", type "xan" or "qan" instead.
  • The key sequence "haseiio" produces "하세ㅛ". To produce the word "하세요", type "haseixio" or "haseiqio" instead.

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.