SCIM: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
Hoenny (토론 | 기여)
편집 요약 없음
Hoenny (토론 | 기여)
편집 요약 없음
4번째 줄:
SCIM is a development platform to make Input Method (IM) developer life easier. It honors a very clear architecture and provides a pretty simple and powerful programming interface.
 
SCIM is a common IM platform written inSCIM은 [[C++]]으로 작성된 IM 플렛폼과 동일합니다. It abstracts the input method interface into several [[class (computer science)|class]]es and tries to make these classes as simple and independent as possible. With such simple interfaces, developers can easily write their own input method in a few lines code.
 
SCIM은 높은 모듈화: 대부분의 컨포넌트는 당신이 원하는 실행시간에 로드할수 있도록, 동적으로 로드할수있는 모듈처럼 실행할수 있습니다. 예로, input methods written for SCIM could be IMEngine modules, and users can use such IMEngine modules combined with different interface modules (FrontEnd) in different environment without rewrite/recompile the IMEngine modules.