DOI QR코드

DOI QR Code

안드로이드 한글 소프트 키보드 저작 도구 구현

An Authoring Tool for Hangul Soft Keyboard in Android

  • 황기태 (한성대학교 컴퓨터공학과) ;
  • 정인환 (한성대학교 컴퓨터공학과)
  • 투고 : 2015.03.05
  • 심사 : 2015.06.12
  • 발행 : 2015.06.30

초록

스마트폰이나 탭 컴퓨터 등과 같은 대부분의 모바일 기기는 LCD 스크린의 터치를 통해 사용자의 입력을 받는 소프트 키보드를 사용하고 있다. 모바일 기기의 LCD 패널은 크기가 작기 때문에, 가능하면 적은 수의 키를 사용하고, 입력이 효율적인 소프트 키보드를 개발하고자 하는 많은 노력들이 진행 중이다. 한글 키보드의 경우, 특별히, 키 조합이나 중복키로부터 키를 입력받아 한글 문자를 인식하는 한글 오토마타를 작성하는데 많은 시간과 노력이 들어가며 전문성을 필요로 한다. 본 논문은 일반 사용자들도 자신만의 한글 소프트 키보드를 쉽게 만들 수 있는 저작 도구를 설계하고 구현한 내용에 대해 소개한다. 본 저작 도구로 제작한 소프트 키보드는 바로 사용자의 단말기에 탑재하여 실행할 수 있다.

Most mobile devices such as smartphones and tablets have a soft keyboard implemented on the LCD touch screen to receive text inputs from the user. Because the size of the LCD screen is small, many efforts are going on to develop efficient soft keyboard with less key buttons. Especially, Hangul soft keyboard needs much time, effort, and deep software technology in developing an Hangul automata program module. This paper introduces design and implementation details of our authoring tool for Hangul soft keyboard running in Android. The tool supports the user to build an unique soft keyboard easily. The authoring tool downloads the soft keyboard app to the user's smartphone and makes it run immediately.

키워드

참고문헌

  1. Kye-Suk Lee, Hwan-Seung Yong, "Research on the Automatic Software Keyboard Based on Database", Journal of Korea Multimedia Society, vol. 8, no. 1,pp.101-110, 2005.
  2. Asela Gunawardana, Tim Paek, Christopher Meek, "Usability Guided Key-Target Resizing for Soft Keyboards", In proceedings of International conference of Intelligent User Interface, pp.111-118, 2010.
  3. L. Magnien, J. Bouraoui, and N. Vigouroux. "Mobile text input with soft keyboards: optimization by means of visual clues", In Proceedings of Mobile HCI, pp.337-341, Springer-Verlag, 2004.
  4. Seongmin Kimo, Nahyun Kim, Woongsub Byun, Junhwan Choi, Taeseok Kim, "Soft Keyboard application for reducing the mis-typing ratio in the smartphones", In Proceedings of Fall Conference, Korea Institute of Information Scientists and Engineers, vol. 38, no.2, pp.89-92, 2011.
  5. Kitae Hwang, Jae Moon Lee, "Preliminary Study on Soft Keyboard with Recommendation for Mobile Device", The Journal of The Institute of Internet, Broadcasting and Communication, vol. 13, no. 6, pp.137-145, 2013. https://doi.org/10.7236/JIIBC.2013.13.6.137
  6. Kitae Hwang, Tae Wan Kim, Hye Kyung Cho, "Performance Evaluation of Missless Soft Keyboard with Recommendation", The Journal of The Institute of Internet, Broadcasting and Communication, vol. 14, no. 4, pp.187-195, 2014. https://doi.org/10.7236/JIIBC.2014.14.4.187
  7. Tae Wan Kim, Jin Shik Bae, Sung Hoon Park, Do Han Kim, Kitae Hwang, "A Design of Software Tool for Authoring Android Soft Keyboard", Engineering Research, vol. 12, no. 1, 2014.
  8. http://developer.android.com/guide/topics/text/creating-input-method.html
  9. http://www.eclipse.org/
  10. https://developer.android.com/tools/building/index.html