KR20180060471A - Method, apparatus, computer program for converting data - Google Patents

Method, apparatus, computer program for converting data Download PDF

Info

Publication number
KR20180060471A
KR20180060471A KR1020160160000A KR20160160000A KR20180060471A KR 20180060471 A KR20180060471 A KR 20180060471A KR 1020160160000 A KR1020160160000 A KR 1020160160000A KR 20160160000 A KR20160160000 A KR 20160160000A KR 20180060471 A KR20180060471 A KR 20180060471A
Authority
KR
South Korea
Prior art keywords
data
protocol
input data
search key
candidate
Prior art date
Application number
KR1020160160000A
Other languages
Korean (ko)
Other versions
KR102016601B1 (en
Inventor
김주윤
김민호
정김기보
Original Assignee
주식회사 닷
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 닷 filed Critical 주식회사 닷
Priority to KR1020160160000A priority Critical patent/KR102016601B1/en
Priority to PCT/KR2017/013800 priority patent/WO2018101735A1/en
Publication of KR20180060471A publication Critical patent/KR20180060471A/en
Application granted granted Critical
Publication of KR102016601B1 publication Critical patent/KR102016601B1/en

Links

Images

Classifications

    • G06F17/30427
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2452Query translation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • G06F17/30569

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

According to an embodiment of the present invention, disclosed is a method for converting data, which includes the steps of: receiving input data by an apparatus for converting data; reading the input data by string, determining a first protocol corresponding to the input data, reading an index table by the first protocol, and converting the input data; generating structurally converted candidate data corresponding to the input data in consideration of a converted result; calculating a search key for the candidate data according to a conversion algorithm according to the first protocol; and determining the validity of the candidate data using the search key. Accordingly, the present invention can retrieve optimum final data corresponding to the input data.

Description

제한된 영역을 활용한 데이터 변환 장치, 방법 및 컴퓨터 프로그램{METHOD, APPARATUS, COMPUTER PROGRAM FOR CONVERTING DATA}[0001] METHOD, APPARATUS, COMPUTER PROGRAM FOR CONVERTING DATA [0002]

본 발명은 제한된 영역을 활용한 데이터 변환 장치, 방법 및 컴퓨터 프로그램에 관한 것입니다. The present invention relates to a data conversion apparatus, a method, and a computer program utilizing a limited area.

전자 통신 기술이 발전함에 따라, 사용자는 휴대 단말로 다양한 기능을 이용할 수 있게 되었다. 휴대 단말은 다양한 어플리케이션을 사용자가 원하는 대로 설치 및 삭제할 수 있고, 무선 인터넷을 이용하여 인터넷 망에 직접 접속할 수 있어서 활용도가 높다. 휴대 단말은 가속도 센서, 근접 센서, 온도 센서 등의 센서를 구비하고, 사용자의 주변 환경을 감지하는 기능을 수행할 수 있고, 감지된 환경과 관련된 정보를 사용자에게 제공할 수도 있다. With the development of electronic communication technology, a user can use various functions as a portable terminal. The mobile terminal can install and delete various applications as desired by the user, and can directly access the Internet using the wireless Internet, which is highly utilized. The portable terminal may include a sensor such as an acceleration sensor, a proximity sensor, and a temperature sensor, and may perform a function of detecting a user's surrounding environment, and may provide information related to the sensed environment to a user.

국내 공개특허공보 제2005-0056307호Korean Patent Publication No. 2005-0056307

본 발명의 실시예들에 따르면, 판별 영역에 포함된 구획 및 구획들의 주소 정보를 활용하여 입력 데이터와 대응되는 최적의 최종 데이터를 검색할 수 있는 데이터 변환 장치, 방법 및 컴퓨터 프로그램을 제공할 수 있다. According to the embodiments of the present invention, it is possible to provide a data conversion apparatus, a method, and a computer program capable of searching for optimal final data corresponding to input data by utilizing address information of compartments and compartments included in a determination region .

본 발명의 실시예들에 따른 데이터 변환 방법은 데이터 변환 장치가 입력 데이터를 수신하는 단계; 상기 입력 데이터를 스트링(string) 단위로 판독하여 상기 입력 데이터에 해당하는 제1 규약을 결정하고, 상기 제1 규약에 의한 인덱스 테이블을 읽어 들여 상기 입력 데이터를 변환하는 단계; 변환한 결과를 고려하여 상기 입력 데이터와 대응되되, 구조적으로 변환된 후보 데이터를 생성하는 단계; 상기 후보 데이터를 상기 제1 규약에 따른 변환 알고리즘에 따라 검색 키를 산출하는 단계; 상기 검색 키를 이용하여 상기 후보 데이터의 유효성을 판단하는 단계;를 포함할 수 있다. A data conversion method according to embodiments of the present invention includes: receiving data input by a data conversion apparatus; Reading the input data in units of a string to determine a first protocol corresponding to the input data, reading an index table according to the first protocol, and converting the input data; Generating structurally transformed candidate data corresponding to the input data in consideration of the transformed result; Calculating a search key for the candidate data according to a transformation algorithm according to the first protocol; And determining the validity of the candidate data using the search key.

상기 검색 키의 유효성을 판단하는 단계는 상기 검색 키를 이용하여 상기 제1 규약과 연계된 판별 영역의 특정 영역에 접근하고, 상기 특정 영역에 저장된 판별 데이터를 통해 상기 후보 데이터의 유효성을 판단할 수 있다. Wherein the step of determining the validity of the search key includes accessing a specific area of the discrimination area associated with the first protocol using the search key and determining the validity of the candidate data through the discrimination data stored in the specific area have.

본 실시예에 따르면, 데이터 변환 방법은 상기 검색 키가 유효한 경우, 상기 판별 데이터에 따라 상기 제2 규약과 다른 규약으로 작성된 상기 입력 데이터의 최종 데이터를 결정하는 단계;를 더 포함할 수 있다. According to the present embodiment, when the search key is valid, the data conversion method may further include determining final data of the input data created in a protocol different from the second protocol according to the determination data.

상기 제1 규약에 따른 변환 알고리즘은 상기 판별 영역이 차지하는 정도를 고려하여 복수의 스텝으로 구성될 수 있다. The conversion algorithm according to the first protocol may be composed of a plurality of steps in consideration of the extent to which the discrimination area occupies.

상기 입력 데이터를 수신하는 단계 이전에, 상기 제2 규약을 이용하는데 필요한 표준 데이터를 기준으로 판별 데이터를 생성하는 단계;를 더 포함할 수 있다. And generating discrimination data based on standard data necessary for using the second protocol before receiving the input data.

상기 최종 데이터는 상기 제2 규약에 의해 해독되는 형식으로 구성되며, 상기 입력 데이터와 동일한 데이터로 판독되는 데이터일 수 있다. The final data may be in a format decrypted by the second protocol, and may be data read with the same data as the input data.

상기 제1 규약에 의해 작성된 입력 데이터는 시각 또는 청각으로 출력되도록 구현된 데이터일 수 있다. The input data created by the first protocol may be data that is implemented to be output by time or audition.

상기 제2 규약으로 해독되는 최종 데이터는 촉각으로 출력되도록 구현된 데이터일 수 있다. The final data decrypted by the second protocol may be data that is implemented to be output by the tactile sense.

본 발명의 실시예들에 따른 데이터 변환 장치는 입력 데이터를 수신하고, 상기 입력 데이터를 스트링(string) 단위로 판독하여 상기 입력 데이터에 해당하는 제1 규약을 결정하고, 상기 제1 규약에 의한 인덱스 테이블을 읽어 들여 상기 입력 데이터를 변환하는 변환부; 변환한 결과를 고려하여 상기 입력 데이터와 대응되되, 구조적으로 변환된 후보 데이터를 생성하고, 상기 후보 데이터를 상기 제1 규약에 따른 변환 알고리즘에 따라 검색 키를 산출하는 산출부; 상기 검색 키를 이용하여 상기 후보 데이터의 유효성을 판단하는 판단부;를 포함할 수 있다. The data conversion apparatus according to the embodiments of the present invention receives input data, reads the input data in units of a string to determine a first protocol corresponding to the input data, A conversion unit for reading the table and converting the input data; A calculating unit for generating structurally transformed candidate data corresponding to the input data in consideration of the transformed result and calculating the search key according to a transform algorithm according to the first protocol; And a determination unit determining the validity of the candidate data using the search key.

본 발명의 실시예에 따른 컴퓨터 프로그램은 컴퓨터를 이용하여 본 발명의 실시예에 따른 데이터 변환 방법 중 어느 하나의 방법을 실행시키기 위하여 매체에 저장될 수 있다. A computer program according to an embodiment of the present invention may be stored in a medium using a computer to execute any one of the data conversion methods according to an embodiment of the present invention.

이 외에도, 본 발명을 구현하기 위한 다른 방법, 다른 시스템 및 상기 방법을 실행하기 위한 컴퓨터 프로그램을 기록하는 컴퓨터 판독 가능한 기록 매체가 더 제공된다. In addition to this, another method for implementing the present invention, another system, and a computer-readable recording medium for recording a computer program for executing the method are further provided.

전술한 것 외의 다른 측면, 특징, 이점이 이하의 도면, 특허청구범위 및 발명의 상세한 설명으로부터 명확해 질 것이다.Other aspects, features, and advantages other than those described above will become apparent from the following drawings, claims, and the detailed description of the invention.

본 발명의 실시예들에 따른 데이터 변환 장치, 방법 및 컴퓨터 프로그램은 판별 영역에 포함된 구획 및 구획들의 주소 정보를 활용하여 입력 데이터와 대응되는 최적의 최종 데이터를 검색할 수 있다.The data conversion apparatus, method, and computer program according to the embodiments of the present invention can search for optimal final data corresponding to the input data by utilizing the address information of the compartments and the compartments included in the determination region.

도 1은 본 발명의 제1 실시예에 따른 데이터 변환 장치의 구조 및 동작을 설명하기 위한 도면이다.
도 2는 본 발명의 제2 실시예에 따른 데이터 변환 장치의 구조 및 동작을 설명하기 위한 도면이다.
도 3 내지 도 4는 본 발명의 실시예들에 따른 데이터 변환 방법들의 흐름도들이다.
도 5는 본 발명에 따른 후보 데이터를 생성하는 단계를 설명하기 위한 도면이다.
도 6은 본 발명에 따른 후보 데이터들 중에서 최종 데이터를 결정하는 과정을 설명하기 위한 도면이다.
도 7은 데이터 변환 장치의 외관을 개략적으로 설명하기 위하여 도시한 도면이다.
1 is a view for explaining the structure and operation of a data conversion apparatus according to a first embodiment of the present invention.
2 is a diagram for explaining the structure and operation of the data conversion apparatus according to the second embodiment of the present invention.
3 to 4 are flowcharts of data conversion methods according to embodiments of the present invention.
5 is a diagram for explaining a step of generating candidate data according to the present invention.
6 is a diagram for explaining a process of determining final data among candidate data according to the present invention.
Fig. 7 is a view for schematically explaining the appearance of the data conversion apparatus.

본 발명은 다양한 변환을 가할 수 있고 여러 가지 실시예를 가질 수 있는바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 본 발명의 효과 및 특징, 그리고 그것들을 달성하는 방법은 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나 본 발명은 이하에서 개시되는 실시예들에 한정되는 것이 아니라 다양한 형태로 구현될 수 있다. BRIEF DESCRIPTION OF THE DRAWINGS The present invention is capable of various modifications and various embodiments, and specific embodiments are illustrated in the drawings and described in detail in the detailed description. The effects and features of the present invention and methods of achieving them will be apparent with reference to the embodiments described in detail below with reference to the drawings. However, the present invention is not limited to the embodiments described below, but may be implemented in various forms.

이하, 첨부된 도면을 참조하여 본 발명의 실시예들을 상세히 설명하기로 하며, 도면을 참조하여 설명할 때 동일하거나 대응하는 구성 요소는 동일한 도면부호를 부여하고 이에 대한 중복되는 설명은 생략하기로 한다. Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings, wherein like reference numerals refer to like or corresponding components throughout the drawings, and a duplicate description thereof will be omitted .

이하의 실시예에서, 제1, 제2 등의 용어는 한정적인 의미가 아니라 하나의 구성 요소를 다른 구성 요소와 구별하는 목적으로 사용되었다. In the following embodiments, the terms first, second, and the like are used for the purpose of distinguishing one element from another element, not the limitative meaning.

이하의 실시예에서, 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는한, 복수의 표현을 포함한다. In the following examples, the singular forms "a", "an" and "the" include plural referents unless the context clearly dictates otherwise.

이하의 실시예에서, 포함하다 또는 가지다 등의 용어는 명세서 상에 기재된 특징, 또는 구성요소가 존재함을 의미하는 것이고, 하나 이상의 다른 특징을 또는 구성요소가 부가될 가능성을 미리 배제하는 것은 아니다. In the following embodiments, terms such as inclusive or possessed mean that a feature or element described in the specification is present, and does not exclude the possibility that one or more other features or components are added in advance.

어떤 실시예가 달리 구현 가능한 경우에 특정한 공정 순서는 설명되는 순서와 다르게 수행될 수도 있다. 예를 들어, 연속하여 설명되는 두 공정이 실질적으로 동시에 수행될 수도 있고, 설명되는 순서와 반대의 순서로 진행될 수 있다. If certain embodiments are otherwise feasible, the particular process sequence may be performed differently from the sequence described. For example, two processes that are described in succession may be performed substantially concurrently, and may be performed in the reverse order of the order described.

이하의 실시예에서, "회로"는, 예를 들어, 프로그램가능한 회로에 의해 실행되는 인스트럭션을 저장하는 하드와이어드 회로, 프로그램가능한 회로, 상태 머신 회로, 및/또는 펌웨어를 단독으로 또는 임의의 조합으로 포함할 수 있다. 애플리케이션은 호스트 프로세서 또는 다른 프로그램가능한 회로와 같은 프로그램가능한 회로 상에서 실행될 수 있는 코드 또는 인스트럭션으로서 구현될 수 있다. 본원의 임의의 실시예에서 사용되는 바와 같은, 모듈은,회로로서 구현될 수 있다. 회로는 집적 회로 칩과 같은 집적 회로로서 구현될 수 있다.In the following embodiments, the term "circuit" refers to any circuitry, circuitry, and / or circuitry, including, for example, hardwired circuitry, programmable circuitry, state machine circuitry, and / or firmware that stores instructions executed by a programmable circuit, either alone or in any combination . The application may be implemented as code or instructions that may be executed on a programmable circuit, such as a host processor or other programmable circuit. A module, as used in any of the embodiments herein, may be implemented as a circuit. The circuitry may be implemented as an integrated circuit, such as an integrated circuit chip.

이하의 실시예에서, 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다. 또한, 명세서에 기재된 "…부", "…기", "모듈" 등의 용어는 적어도 하나의 기능이나 동작을 처리하는 단위를 의미하며, 이는 하드웨어나 소프트웨어 또는 하드웨어 및 소프트웨어의 결합으로 구현될 수 있다.In the following embodiments, when a component is referred to as "comprising ", it means that it can include other components as well, without excluding other components unless specifically stated otherwise. Also, the terms " part, "" module," and " module ", etc. in the specification mean a unit for processing at least one function or operation and may be implemented by hardware or software or a combination of hardware and software have.

도 1은 본 발명의 제1 실시예에 따른 데이터 변환 장치(100)의 구조 및 동작을 설명하기 위한 도면이다. 1 is a view for explaining the structure and operation of a data conversion apparatus 100 according to a first embodiment of the present invention.

도 1를 참조하면, 데이터 변환 장치(100)는 산출부(110), 판별 영역(120), 판단부(130), 생성부(140)를 포함할 수 있다. Referring to FIG. 1, the data conversion apparatus 100 may include a calculation unit 110, a determination region 120, a determination unit 130, and a generation unit 140.

데이터 변환 장치(100)는 수신된 데이터를 변환하여 출력할 수 있다. 이때 데이터 변환 장치(100)는 입력 데이터를 점자 데이터, 화상 데이터, 청각 데이터 등과 같은 다양한 방식 또는 형식으로 출력할 수 있다. 특히, 데이터 변환 장치(100)는 소정의 규약으로 작성된 데이터를 해독하기 위한 인덱스 테이블 및/또는 판별 영역을 더 포함할 수 있다. 데이터 변환 장치(100)는 소정의 규약에 정의된 인덱스들, 인덱스들의 수, 각 인덱스의 크기 등을 고려하여, 판별 영역으로 필요한 용량을 결정할 수 있다. 데이터 변환 장치(100)는 리소스를 효율적으로 사용하기 위해서, 판별 영역에 이진수로 작성된 데이터를 작성할 수 있다. 판별 영역에서는 하나의 비트에 하나의 이진수가 저장될 수 있다. 데이터 변환 장치(100)는 판별 영역에 포함된 구획 및 구획들의 주소 정보를 활용하여 입력 데이터와 대응되는 최적의 최종 데이터를 검색할 수 있다. 데이터 변환 장치(100)는 메모리에 저장된 데이터를 활용할 뿐 아니라 메모리의 주소값을 하나의 데이터로 활용할 수 있다. 종래의 메모리의 주소값은 메모리에 접근하기 위한 매개체에 불과하였으나, 본 발명의 실시예들에 따른 데이터 변환 장치(100)는 데이터 영역을 절약하기 위해서, 메모리의 주소값을 인덱스로 활용할 수 있다. The data conversion apparatus 100 can convert the received data and output the converted data. At this time, the data conversion apparatus 100 can output the input data in various formats or formats such as braille data, image data, auditory data, and the like. In particular, the data conversion apparatus 100 may further include an index table and / or a discrimination area for deciphering data created by a predetermined protocol. The data conversion apparatus 100 can determine the capacity required for the discrimination area in consideration of the indices defined in a predetermined protocol, the number of indexes, the size of each index, and the like. The data conversion apparatus 100 can create data written in binary numbers in the discrimination area in order to efficiently use the resources. In the discrimination area, one binary number can be stored in one bit. The data conversion apparatus 100 can search for the optimal final data corresponding to the input data by utilizing the address information of the compartments and the compartments included in the determination region. The data conversion apparatus 100 can utilize the data stored in the memory as well as the address value of the memory as one data. The address value of the conventional memory is merely a medium for accessing the memory. However, the data conversion apparatus 100 according to the embodiments of the present invention can utilize the address value of the memory as an index in order to save the data area.

데이터 변환 장치(100)는 제1 규약으로 작성된 입력 데이터(input)를 수신할 수 있다. 입력 데이터(input)는 인터넷 망 또는 근거리 망 등의 다양한 네트워크 통신망을 통해 수신될 수 있다. 입력 데이터(input)는 제1 규약으로 작성된 것으로, 제1 규약을 이용하여 해독할 수 있다. 예를 들어, 입력 데이터(input)는 각 국가의 언어로 작성된 문자 데이터 일 수 있다. The data conversion apparatus 100 can receive input data created in the first protocol. The input data may be received via various network communication networks such as the Internet network or the local area network. The input data is written in the first protocol and can be decrypted using the first protocol. For example, the input data may be character data written in the language of each country.

산출부(110)는 입력 데이터(input)를 수신하고, 상기 입력 데이터(input)를 판독한 결과를 기초로 제1 검색 키(key1)를 산출할 수 있다. 산출부(110)는 입력 데이터(input)를 상기 제1 규약에 따른 알고리즘에 따라 제1 검색 키(key1)를 산출할 수 있다. 좀더 구체적으로 산출부(110)는 입력 데이터(input)을 상기 입력 데이터(input)와 대응되는 제1 값으로 변환하고 상기 제1 값을 상기 제1 규약에 따른 알고리즘에 입력할 수 있다. 판별 영역의 크기에 따라 제1 규약에 따른 알고리즘은 복수의 스텝, 함수(function)들을 포함할 수 있다. 최종적으로 산출부(110)는 입력 데이터(input)로부터 제1 검색 키(key1)를 획득할 수 있다. The calculating unit 110 may receive the input data and may calculate the first search key key1 based on the result of reading the input data. The calculating unit 110 may calculate the first search key key1 according to the algorithm according to the first protocol with respect to the input data input. More specifically, the calculation unit 110 may convert the input data into a first value corresponding to the input data (input), and input the first value to an algorithm according to the first protocol. Depending on the size of the discrimination region, the algorithm according to the first protocol may include a plurality of steps and functions. Finally, the calculating unit 110 may obtain the first search key key1 from the input data.

다음으로, 제1 규약에 따른 알고리즘에 대해서 상세히 설명하겠다. 산출부(110)는 제1 규약에 의해 정의되는 데이터의 셋트를 고려하여 함수 또는 스텝을 생성하게 된다. 산출부(110)는 제1 규약에 의해 정의되는 데이터의 셋트에 포함되는 데이터들 사이에 구별되는 값이 부여될 수 있도록 함수 또는 스텝을 생성할 수 있다. 제1 규약에 따른 알고리즘은 제1 규약에 의해 정의되는 데이터의 크기 또는 용량을 줄이기 위해서 이용될 수 있다. 산출부(110)는 제한된 크기의 판별 영역에 제1 규약에 의해 정의되는 데이터를 저장하도록 제1 규약에 따른 알고리즘을 활용할 수 있다. 또한, 제1 규약에 따른 알고리즘은 데이터를 암호화하는 인코딩 알고리즘 및 디코딩하는 디코딩 알고리즘을 포함할 수 있다. 이때, 판별 영역의 크기 및 제1 규약에 따라 정의되는 데이터의 셋트의 수에 대한 비례값에 따라 제1 규약에 따른 알고리즘은 정의될 수 있다. 상기 비례값이 작을수록 더 적은 용량으로 데이터를 표현해야 하기 때문에 데이터의 인코딩을 위해서 수행되어야 하는 스텝 또는 함수의 수는 증가될 수 있다. 복수의 캐릭터로 구성된 데이터는 알고리즘을 통해 원래 데이터 보다 더 짧은 길이의 값이나 키로 변환하게 된다. 알고리즘은 해시 함수를 이용할 수 있으며, 예시로는 MD2, MD4, MD5, SHA 등이 있을 수 있다. Next, the algorithm according to the first protocol will be described in detail. The calculation unit 110 generates a function or a step considering a set of data defined by the first protocol. The calculating unit 110 may generate a function or a step such that a distinct value can be given between the data included in the set of data defined by the first protocol. An algorithm according to the first protocol may be used to reduce the size or capacity of data defined by the first protocol. The calculating unit 110 may utilize an algorithm according to the first protocol to store data defined by the first protocol in a discrimination region of a limited size. In addition, the algorithm according to the first protocol may include an encoding algorithm for encrypting data and a decoding algorithm for decoding. At this time, an algorithm according to the first protocol can be defined according to the size of the discrimination area and the proportional value to the number of sets of data defined according to the first protocol. The smaller the proportional value is, the more data must be represented with a smaller capacity, so that the number of steps or functions to be performed for encoding the data can be increased. The data composed of a plurality of characters is converted into a value or key having a shorter length than the original data through an algorithm. The algorithm may use a hash function, for example, MD2, MD4, MD5, SHA, and the like.

산출부(110)는 산출된 제1 검색 키(key1)와 대응되는 영역에 저장된 값을 읽을 수 있다. 이를 위해서 먼저, 산출부(110)는 산출된 제1 검색 키(key1)를 이용하여 판별 영역(120)에 접근하게 된다. 이때, 제1 검색 키(key1)는 판별 영역(120)에 포함된 특정 영역, 특정 섹션을 가리킬 수 있다. 이런 경우, 산출부(110)는 판별 영역(120)에 소정의 규칙으로 구획된 섹션들 중에서, 상기 제1 검색 키(key1)와 대응되는 섹션에 저장된 제1 결과 값(value)을 읽어 들인다. 다른 실시예에서, 산출부(110)는 상기 제1 검색 키(key1)를 상기 판별 영역의 주소로 활용할 수 있다. 산출부(110)는 상기 제1 검색 키(key1)와 대응되는 영역으로부터 판독된 데이터 값을 제1 결과 값(value)로서 읽을 수 있다. 산출부(110)는 다양한 방식으로, 상기 제1 검색 키(key1)와 대응되는 판별 영역(120)의 일부를 결정하고, 상기 판별 영역(120)의 일부, 지정 영역에 저장된 제1 결과 값(value)을 읽을 수 있다. The calculating unit 110 may read the value stored in the area corresponding to the calculated first search key key1. To this end, the calculating unit 110 approaches the discrimination region 120 using the calculated first search key key1. At this time, the first search key (key 1) may indicate a specific region or a specific section included in the discrimination region 120. In this case, the calculation unit 110 reads the first result value stored in the section corresponding to the first search key key 1, among the sections partitioned by the predetermined rule in the determination region 120. In another embodiment, the calculator 110 may utilize the first search key (key 1) as the address of the determination region. The calculation unit 110 may read the data value read from the area corresponding to the first search key key1 as the first result value. The calculating unit 110 determines a part of the discrimination region 120 corresponding to the first search key key1 in various manners and calculates a first resultant value value).

여기서, 판별 영역(120)은 전원이 공급되지 않아도 입력된 정보가 지워지지 않는 비휘발성 메모리이거나 시스템 영역에 저장된 압축 데이터를 부팅 시에 저장하는 휘발성 메모리 일 수 있다. 판별 영역(120)이 휘발성 메모리인 경우에는 판별 영역(120)은 데이터 변환 장치(100)이 전원이 켜진 소정의 데이터가 저장될 수도 있다. 판별 영역(120)은 데이터 변환 장치(100)의 운영 체제(OS) 또는 프로세서(processor)에 의해 접근될 수 있도록, 단위 데이터마다 정의된 주소와 매핑될 수 있다. 판별 영역(120)에 포함된 소정의 영역은 주소 값들의 집합과 대응될 수 있다. The discrimination area 120 may be a nonvolatile memory in which the input information is not erased even when power is not supplied, or a volatile memory that stores compressed data stored in the system area at boot time. When the discrimination region 120 is a volatile memory, the discrimination region 120 may store predetermined data that the data conversion apparatus 100 is powered on. The discrimination region 120 may be mapped to an address defined for each unit data so that the discrimination region 120 can be accessed by an operating system (OS) or a processor of the data conversion apparatus 100. The predetermined area included in the determination area 120 may correspond to a set of address values.

산출부(110)에 의해 획득된 제1 검색 키(key1)는 판단부(130)로 전송될 수 있다. 판단부(130)는 제1 검색 키(key1)를 이용하여, 상기 입력 데이터의 유효성을 판단할 수 있다. 판단부(130)는 제1 검색 키(key1)가 기 설정된 소정의 유효값과 일치하는지 여부를 판단함으로써, 입력 데이터의 유효성을 판단할 수 있다. 판단부(130)는 제1 검색 키(key1)가 소정의 규칙에 따르거나, 소정의 함수에 의해 참(예를 들어, 1 또는 TRUE)을 출력하는 경우, 상기 제1 검색 키(key1)가 유효하다고 판단할 수 있다. The first search key (key 1) obtained by the calculation unit 110 may be transmitted to the determination unit 130. The determination unit 130 may determine the validity of the input data using the first search key key1. The determination unit 130 may determine whether the input data is valid by determining whether the first search key key1 matches a predetermined effective value. If the first search key key1 follows a predetermined rule or outputs a true (e.g., 1 or TRUE) by a predetermined function, the determination unit 130 determines that the first search key key1 is It can be judged to be valid.

생성부(140)는 판단부(130)에 의한 판단 결과에 따라 상기 입력 데이터 또는 검색 키가 유효한 경우, 상기 입력 데이터를 최종 데이터로 결정할 수 있다. 데이터 변환 장치(100)는 상기 최종 데이터를 출력할 수 있는 출력 신호를 생성하게 된다. 생성된 출력 신호는 외부의 출력 장치로 전송될 수 있다. 출력 신호는 복수의 돌기 유닛들을 제어하는 출력 제어부로 전달되어 복수의 돌기 유닛들을 상하 또는 좌우로 이동시킬 수 있다. 돌기 유닛들은 사용자의 피부 또는 신경에 접촉되어 촉감에 의한 표시를 출력할 수 있다. 돌기 유닛들은 시각적 표시를 제공할 수 있다. If the input data or the search key is valid according to the determination result by the determination unit 130, the generation unit 140 may determine the input data as the final data. The data conversion apparatus 100 generates an output signal capable of outputting the final data. The generated output signal may be transmitted to an external output device. The output signal is transmitted to an output control unit for controlling the plurality of projection units, and the plurality of projection units can be moved up or down or left or right. The protruding units can contact the user's skin or nerves to output a tactile indication. The protruding units can provide a visual indication.

도 2는 본 발명의 제2 실시예에 따른 데이터 변환 장치(100)의 구조 및 동작을 설명하기 위한 도면이다. 2 is a diagram for explaining the structure and operation of the data conversion apparatus 100 according to the second embodiment of the present invention.

도 2를 참조하면, 데이터 변환 장치(100)는 변환부(111), 산출부(110), 인덱스 테이블(121), 판별 영역(120), 판단부(130), 생성부(140)를 포함할 수 있다. 2, the data conversion apparatus 100 includes a conversion unit 111, a calculation unit 110, an index table 121, a determination region 120, a determination unit 130, and a generation unit 140 can do.

제2 실시예에 따르면 데이터 변환 장치(100)는 입력 데이터(input)를 하나 이상의 후보 데이터로 변환하고 후보 데이터 중에서 하나의 데이터를 최종 데이터로 결정할 수 있다. According to the second embodiment, the data conversion apparatus 100 may convert the input data into one or more candidate data and determine one of the candidate data as the final data.

변환부(111)는 수신된 입력 데이터(input)를 스트링(string) 단위로 판독하고 상기 판독 결과 및 제1 규약에 따른 인덱스 테이블을 이용하여 하나 이상의 후보 데이터를 생성할 수 있다. 변환부(111)는 입력 데이터(input)를 스트링(string) 단위로 판독하게 되면, 입력 데이터에 속한 인덱스를 추출할 수 있게 된다. 여기서, 인덱스는 각 규약에 따라서 정의되는 것으로, 입력 데이터의 길이 보다 더 적은 스트링으로 표현하기 위해서 활용될 수 있다. 약어 또는 축약어로도 볼 수 있으나, 약어 또는 축약어의 경우에는 원 입력 데이터의 의미를 알 수 있도록 정의되는 것이 일반적이지만, 인덱스는 원 입력 데이터와 무관하게 정의되게 된다. 또한, 입력 데이터를 이루는 음절, 코드, 글자, 텍스트 등을 간단히 결합한 형태가 될 수도 있다. The conversion unit 111 may read the received input data in units of a string and generate one or more candidate data using the read result and the index table according to the first protocol. When the input unit is read in a string unit, the conversion unit 111 can extract an index belonging to the input data. Here, the index is defined according to each protocol and can be utilized to represent with a string smaller than the length of the input data. Abbreviation or abbreviation can also be seen, but abbreviations or abbreviations are usually defined to be able to know the meaning of original input data, but the index is defined regardless of original input data. In addition, it may be a simple combination of syllables, codes, letters, texts, etc. constituting input data.

또한, 변환부(111)는 인덱스 테이블을 활용한 방법으로 입력 데이터(input)에 포함된 인덱스를 기준으로 상기 입력 데이터(input)와 대응되는 후보 데이터를 생성할 수 있다. 변환부(111)는 제1 규약에 따른 인덱스 테이블을 이용하여 후보 데이터를 생성할 수 있다. 먼저, 변환부(111)는 입력 데이터(input)가 작성된 제1 규약을 결정하고 상기 제1 규약에 따른 인덱스 테이블을 불러온다. 변환부(111)는 스트링 단위의 판독을 통해 인덱스 테이블에 포함된 복수 개의 인덱스들 중에서, 상기 입력 데이터(input)에 포함된 제1 인덱스를 검출하고, 상기 제1 인덱스와 대응되는 입력 데이터(input)의 일부를 상기 제1 인덱스로 대체할 수 있다. 결과적으로 변환부(111)는 제1 인덱스를 포함하는 후보 데이터(Pdata)를 출력할 수 있다. In addition, the transforming unit 111 may generate candidate data corresponding to the input data (input) based on the index included in the input data (input) by using the index table. The converting unit 111 may generate candidate data using the index table according to the first protocol. First, the conversion unit 111 determines the first protocol in which the input data (input) is generated and fetches the index table according to the first protocol. The conversion unit 111 detects a first index included in the input data among a plurality of indexes included in the index table through reading in units of a string and outputs the input data corresponding to the first index ) May be replaced with the first index. As a result, the transforming unit 111 may output the candidate data Pdata including the first index.

산출부(110)는 입력 데이터(input)에 대신에 상기 입력 데이터(input)와 대응되되, 구조적으로 변환된 후보 데이터(Pdata)와 대응되는 제2 검색 키(key2)를 산출할 수 있다. 산출부(110)는 후보 데이터(Pdata)를 수신하고, 상기 후보 데이터(Pdata)를 판독한 결과를 기초로 제2 검색 키(key2)를 산출할 수 있다. 산출부(110)는 후보 데이터(Pdata)를 상기 제1 규약에 따른 알고리즘에 입력하여 제2 검색 키(key2)를 산출할 수 있다. 산출부(110)는 후보 데이터(Pdata)을 상기 후보 데이터(Pdata)와 대응되는 제2 값(key2)으로 변환하고 상기 제2 값(key2)을 상기 제1 규약에 따른 함수에 입력할 수 있다. 최종적으로 산출부(110)는 후보 데이터(Pdata)로부터 제2 검색 키(key2)를 획득할 수 있다. The calculating unit 110 may calculate the second search key key2 corresponding to the input data input instead of the input data input and corresponding to the structurally transformed candidate data Pdata. The calculating unit 110 may receive the candidate data Pdata and calculate the second search key key2 based on the result of reading the candidate data Pdata. The calculating unit 110 may calculate the second search key key2 by inputting the candidate data Pdata into the algorithm according to the first protocol. The calculating unit 110 may convert the candidate data Pdata to a second value key2 corresponding to the candidate data Pdata and input the second value key2 to the function according to the first protocol . Finally, the calculating unit 110 may obtain the second search key key2 from the candidate data Pdata.

산출부(110)는 산출된 제2 검색 키(key2)와 대응되는 영역에 저장된 값을 읽을 수 있다. 이를 위해서 먼저, 산출부(110)는 산출된 제2 검색 키(key2)를 이용하여 판별 영역(120)에 접근하게 된다. 이때, 제2 검색 키(key2)는 판별 영역(120)에 포함된 하나의 섹션을 가리킬 수 있다. 이런 경우, 산출부(110)는 판별 영역(120)에 소정의 규칙으로 구획된 섹션들 중에서, 상기 제2 검색 키(key2)와 대응되는 섹션에 저장된 제2 값(value)을 읽어 들인다. 다른 실시예에서, 산출부(110)는 상기 제2 검색 키(key2)를 상기 판별 영역의 주소로 활용하여, 제2 값(value)를 읽을 수 있다. 산출부(110)는 다양한 방식으로, 상기 제2 검색 키(key2)와 대응되는 판별 영역(120)의 일부를 결정하고, 상기 판별 영역(120)의 일부, 지정 영역에 저장된 제2 결과 값(value2)을 읽을 수 있다. The calculating unit 110 may read the value stored in the area corresponding to the calculated second search key key2. To this end, the calculating unit 110 accesses the discrimination region 120 using the calculated second search key (key 2). At this time, the second search key (key 2) may indicate one section included in the discrimination region 120. In this case, the calculating unit 110 reads the second value stored in the section corresponding to the second search key (key 2) among the sections partitioned by the predetermined rule in the determination region 120. In another embodiment, the calculating unit 110 may read the second value using the second search key (key2) as the address of the determination region. The calculating unit 110 determines a part of the discrimination region 120 corresponding to the second search key key2 in various manners and calculates a second resultant value value2).

산출부(110)에 의해 획득된 제2 검색 키(key2)는 판단부(130)로 전송될 수 있다. 판단부(130)는 제2 검색 키(key2)를 이용하여 상기 입력 데이터의 유효성을 판단할 수 있다. 판단부(130)는 제2 검색 키(key2)가 기 설정된 소정의 값과 일치하는지 여부를 판단함으로써, 입력 데이터의 유효성을 판단할 수 있다. 판단부(130)는 제2 검색 키(key2)가 소정의 규칙에 따르거나 소정의 함수에 의해 유효 값(예를 들어, 1 또는 TRUE)을 출력하는 경우, 상기 제2 검색 키(key2)가 유효하다고 판단할 수 있다. The second search key (key 2) obtained by the calculation unit 110 may be transmitted to the determination unit 130. The determination unit 130 may determine the validity of the input data using the second search key key2. The determination unit 130 may determine whether the input data is valid by determining whether the second search key key2 matches a preset predetermined value. When the second search key key2 is in accordance with a predetermined rule or outputs a valid value (e.g., 1 or TRUE) by a predetermined function, the determination unit 130 determines that the second search key key2 is It can be judged to be valid.

생성부(140)는 판단부(130)에 의한 판단 결과에 따라 상기 후보 데이터 또는 제2 검색 키(key2)가 유효한 경우, 상기 후보 데이터를 최종 데이터로 결정할 수 있다. 산출부(110)는 상기 검색 키를 이용하여 상기 제1 규약과 연계된 판별 영역의 특정 영역에 접근하고, 상기 특정 영역에 저장된 판별 데이터를 통해 상기 검색 키 또는 후보 데이터의 유효성을 판단할 수 있다.The generating unit 140 may determine the candidate data as final data when the candidate data or the second search key (key 2) is valid according to the determination result by the determination unit 130. The calculating unit 110 may access the specific region of the discrimination region associated with the first protocol using the search key and determine the validity of the search key or the candidate data through the discrimination data stored in the specific region .

도 3 내지 도 4는 본 발명의 실시예들에 따른 데이터 변환 방법들의 흐름도들이다. 3 to 4 are flowcharts of data conversion methods according to embodiments of the present invention.

도 3을 참조하면, 데이터 변환 방법은 입력 데이터를 수신하는 단계(S100), 후보 데이터를 생성하는 단계(S110), 후보 데이터의 유효성을 판단하는 단계(S120), 최종 데이터를 결정하는 단계(S140)를 포함할 수 있다. Referring to FIG. 3, the data conversion method includes receiving input data (S100), generating candidate data (S110), determining validity of candidate data (S120), determining final data (S140 ).

S100에서는 데이터 변환 장치(100)는 입력 데이터를 수신할 수 있다. S110에서는 데이터 변환 장치(100)는 수신된 입력 데이터를 이용하여 하나 이상의 후보 데이터를 생성할 수 있다. 데이터 변환 장치(100)는 입력 데이터에 포함된 인덱스를 기준으로 입력 데이터와 대응되는 후보 데이터를 생성할 수도 있다. 데이터 변환 장치(100)는 제1 규약에 따른 인덱스 테이블을 이용하여 후보 데이터를 생성할 수 있다. 이를 위해서, 데이터 변환 장치(100)는 입력 데이터를 판독한 결과를 이용하여 상기 입력 데이터가 작성된 제1 규약을 결정할 수 있다. 데이터 변환 장치(100)는 제1 규약에 따른 인덱스 테이블을 검출하여 불러올 수 있다. 데이터 변환 장치(100)는 인덱스 테이블에 포함된 복수 개의 인덱스들 중에서, 상기 입력 데이터에 포함된 제1 인덱스를 검출하며, 상기 제1 인덱스와 대응되는 부분을 제1 인덱스로 대체할 수 있다. 결과적으로 데이터 변환 장치(100)는 제1 인덱스를 포함하는 후보 데이터를 출력하게 된다. 입력 데이터가 포함하는 인덱스는 복수일 수 있는데, 복수의 인덱스를 포함하는 입력 데이터는 인덱스의 수에 따라 다양한 조합의 후보 데이터가 가능할 수 있다. 후보 데이터의 생성과 관련하여서는 도 5에서 상세히 설명하겠다. In S100, the data conversion apparatus 100 can receive input data. In S110, the data conversion apparatus 100 may generate one or more candidate data using the received input data. The data conversion apparatus 100 may generate candidate data corresponding to the input data based on the index included in the input data. The data conversion apparatus 100 may generate candidate data using an index table according to the first protocol. To this end, the data conversion apparatus 100 can determine the first protocol in which the input data is generated by using the result of reading the input data. The data conversion apparatus 100 can detect and recall the index table according to the first protocol. The data conversion apparatus 100 may detect the first index included in the input data among the plurality of indexes included in the index table and replace the portion corresponding to the first index with the first index. As a result, the data conversion apparatus 100 outputs candidate data including the first index. The input data may include a plurality of indices, and the input data including a plurality of indices may have various combinations of candidate data according to the number of indices. The generation of candidate data will be described in detail with reference to FIG.

S120에서는 데이터 변환 장치(100)는 후보 데이터의 유효성을 판단할 수 있다. 데이터 변환 장치(100)는 후보 데이터 중에서 입력 데이터와 매칭되는 최적의 후보 데이터를 결정해야 한다. 이를 위해서, 데이터 변환 장치(100)는 각 후보 데이터의 유효성을 판단할 수 있다. 단순히 후보 데이터의 유효성은 참 또는 거짓일 수 있으나, 소정의 점수, 등급일 수도 있다. In S120, the data conversion apparatus 100 can determine the validity of the candidate data. The data conversion apparatus 100 should determine the best candidate data that matches the input data among the candidate data. To this end, the data conversion apparatus 100 can determine the validity of each candidate data. The validity of the candidate data may simply be true or false, but may be a predetermined score or grade.

S130에서는 데이터 변환 장치(100)는 판단 결과, 후보 데이터가 유효한지 여부를 판단하고, 후보 데이터가 유효하다면 상기 후보 데이터를 최종 데이터로 결정할 수 있다. 데이터 변환 장치(100)는 제1 규약으로 작성된 입력 데이터를 대응되는, 제2 규약으로 작성된 최종 데이터로 변환할 수 있다(S140). 제1 규약 및 제2 규약은 상이하게 되며, 상이한 데이터 형식을 가질 수도 있다. 예를 들어, 제1 규약은 청각적으로 데이터를 전달하기 위한 규약이며, 제2 규약은 촉각적으로 데이터를 전달하기 위한 규약일 수 있다. 또한 제1 규약은 시각적으로 데이터를 전달하기 위한 규약이며, 제2 규약은 촉각적으로 데이터를 전달하기 위한 규약일 수 있다. 데이터 변환 장치(100)는 제2 규약을 이용하는데 필요한 표준 데이터를 기준으로 판별 데이터를 생성할 수도 있다. In step S130, the data conversion apparatus 100 may determine whether the candidate data is valid as a result of the determination, and may determine the candidate data as final data if the candidate data is valid. The data conversion apparatus 100 may convert the input data created by the first protocol into the corresponding final data created by the second protocol (S140). The first protocol and the second protocol may be different and may have different data formats. For example, the first protocol may be a protocol for transferring data acoustically, and the second protocol may be a protocol for transferring tactile data. Also, the first protocol is a protocol for visually transmitting data, and the second protocol can be a protocol for transmitting data in a tactile sense. The data conversion apparatus 100 may generate the discrimination data based on the standard data necessary for using the second protocol.

도 4를 참조하면, 데이터 변환 방법은 입력 데이터를 수신하는 단계(S210), 후보 데이터를 생성하는 단계(S220), 검색 키를 산출하는 단계(S230), 검색 키의 유효성을 판단하는 단계(S240), 최종 데이터를 결정하는 단계(S260)를 포함할 수 있다. Referring to FIG. 4, the data conversion method includes receiving input data (S210), generating candidate data (S220), calculating a search key (S230), determining a validity of a search key (S240 , And determining the final data (S260).

S210에서는 데이터 변환 장치(100)는 입력 데이터를 수신할 수 있다. 데이터 변환 장치(100)는 S210 단계 이후에 입력 데이터를 전처리 할 수 있다. 데이터 변환 장치(100)는 기 설정된 정정 알고리즘에 따라서 입력 데이터를 정정할 수 있다. 이때, 데이터 변환 장치(100)는 입력 데이터에 포함된, 제1 규약에서 정의한 어법, 문법 등에 대응되지 않는 표현들을 삭제 또는 정정할 수 있다.In S210, the data conversion apparatus 100 can receive input data. The data conversion apparatus 100 may pre-process the input data after step S210. The data conversion apparatus 100 can correct the input data according to a predetermined correction algorithm. At this time, the data conversion apparatus 100 may delete or correct the expressions included in the input data that are not corresponded to the phrase, grammar, etc. defined in the first protocol.

S220에서는 데이터 변환 장치(100)는 수신된 입력 데이터를 이용하여 하나 이상의 후보 데이터를 생성할 수 있다. S230에서는 데이터 변환 장치(100)는 상기 후보 데이터와 대응되는 검색 키를 산출할 수 있다. 데이터 변환 장치(100)는 입력 데이터가 작성된 제1 규약에 따른 함수를 이용하여 검색 키를 산출할 수 있다. In S220, the data conversion apparatus 100 may generate one or more candidate data using the received input data. In S230, the data conversion apparatus 100 may calculate a search key corresponding to the candidate data. The data conversion apparatus 100 may calculate the search key using a function according to the first protocol in which the input data is generated.

S230의 단계는 데이터 변환 장치(100)는 후보 데이터를 후보 데이터와 대응되는 제3 값으로 변환하는 단계 및 상기 제3 값을 상기 제1 규약에 따른 함수에 입력하여 검색 키를 산출하는 단계를 더 포함할 수 있다. 여기서, 후보 데이터와 대응되는 제3 값은 제1 규약에 따라 정의된 코드, 규칙을 반영하여 생성될 수 있다. 또는 제3 값은 후보 데이터에 포함된 기호, 코드들의 합산으로 산정될 수 있다. 데이터 변환 장치(100)는 후보 데이터와 대응되는 제3 값을 입력으로 검색 키를 산출할 수 있다. In step S230, the data conversion apparatus 100 may further include a step of converting the candidate data into a third value corresponding to the candidate data, and a step of inputting the third value into a function according to the first protocol to calculate a search key . Here, the third value corresponding to the candidate data may be generated by reflecting the code or rule defined according to the first protocol. Or the third value may be calculated by summing the symbols and codes included in the candidate data. The data conversion apparatus 100 may calculate the search key by inputting the third value corresponding to the candidate data.

S240에서는 데이터 변환 장치(100)는 검색 키의 유효성을 판단할 수 있다. 데이터 변환 장치(100)는 검색 키와 대응되는 영역에 저장된 데이터 값을 이용하여 검색 키의 유효성을 판단할 수 있다. 데이터 변환 장치(100)는 검색 키와 대응되는 저장 영역으로 접근하여, 해당 영역에 저장된 데이터 값을 읽어 들이고, 해당 데이터 값이 소정의 값과 일치하는지 여부를 판단함으로써, 검색 키의 유효성을 판단할 수 있다. In S240, the data conversion apparatus 100 can determine the validity of the search key. The data conversion apparatus 100 can determine the validity of the search key by using the data value stored in the area corresponding to the search key. The data conversion apparatus 100 accesses the storage area corresponding to the search key, reads the data value stored in the corresponding area, and determines whether the search key is valid by determining whether the corresponding data value matches a predetermined value .

S250 및 S260에서 데이터 변환 장치(100)는 후보 데이터의 검색 키가 유효한 경우에는 상기 후보 데이터를 최종 데이터로 결정한다. 만약, 후보 데이터의 검색 키가 유효하지 않은 경우에는 데이터 변환 장치(100)는 상기 후보 데이터 외의 다른 후보 데이터를 생성할 수 있다. 후보 데이터를 생성하는 로직에 따라 입력 데이터는 복수의 후보 데이터로 치환될 수 있다. In S250 and S260, when the search key of the candidate data is valid, the data conversion apparatus 100 determines the candidate data as the final data. If the search key of the candidate data is invalid, the data conversion apparatus 100 may generate candidate data other than the candidate data. Depending on the logic for generating candidate data, the input data may be replaced with a plurality of candidate data.

도 5는 본 발명에 따른 후보 데이터를 생성하는 단계를 설명하기 위한 도면이다. 5 is a diagram for explaining a step of generating candidate data according to the present invention.

도 5를 참조하면, 입력 데이터는 부분 데이터(51)를 포함할 수 있다. 데이터 변환 장치(100)는 제1 규약으로 정의된 단어, 조사에 따라 입력 데이터를 하나 이상의 부분 데이터(51)로 나눌 수 있다. 데이터 변환 장치(100)는 제1 규약에 따른 인덱스 테이블을 이용하여 부분 데이터(51)에 포함된 4개의 인덱스들(52a, 52b, 52c, 52d)을 추출할 수 있다. 부분 데이터(51)에 포함된 코드들을 하나씩 순차적으로 읽어들여 부분 데이터(51)에 포함된 인덱스를 추출할 수 있다. 4개의 인덱스들(52a, 52b, 52c, 52d) 중 적어도 2개의 인덱스들의 일부는 겹칠 수 있다. 4개의 인덱스들(52a, 52b, 52c, 52d)의 가능한 모든 조합들을 이용하여, 후보 데이터를 생성할 수 있다. 예를 들어, 1개의 인덱스를 포함하는 후보 데이터 셋(53a), 2개의 인덱스를 포함하는 후보 데이터 셋(53b), 3개의 인덱스를 포함하는 후보 데이터 셋(53c), 4개의 인덱스를 포함하는 후보 데이터 셋(53d)를 생성할 수 있다. Referring to FIG. 5, input data may include partial data 51. The data conversion apparatus 100 may divide the input data into one or more partial data 51 according to a word defined in the first rule. The data conversion apparatus 100 may extract the four indices 52a, 52b, 52c, and 52d included in the partial data 51 using the index table according to the first protocol. The codes included in the partial data 51 can be sequentially read one by one and the index included in the partial data 51 can be extracted. Some of the at least two indices of the four indices 52a, 52b, 52c, 52d may overlap. Using all possible combinations of the four indices 52a, 52b, 52c, 52d, candidate data can be generated. For example, a candidate data set 53a including one index, a candidate data set 53b including two indices, a candidate data set 53c including three indices, a candidate including four indices The data set 53d can be generated.

데이터 변환 장치(100)는 전체 조합 들을 고려하며, 부분 데이터(51)와 대응하여, 15개의 후보 데이터들(54)을 생성할 수 있다. The data conversion apparatus 100 considers the entire combinations and can generate fifteen candidate data 54 corresponding to the partial data 51. [

데이터 변환 장치(100)는 제1 규약으로 정의된 부분 데이터(51)과 대응하여, 제2 규약으로 정의되며 부분 데이터(51)과 동일한 의미를 가지는 후보 데이터(54)를 생성할 수 있다. The data conversion apparatus 100 may generate the candidate data 54 defined by the second protocol and having the same meaning as the partial data 51 in correspondence with the partial data 51 defined by the first protocol.

도 6은 본 발명에 따른 후보 데이터들 중에서 최종 데이터를 결정하는 과정을 설명하기 위한 도면이다. 6 is a diagram for explaining a process of determining final data among candidate data according to the present invention.

도 6(a)에 도시된 바와 같이 데이터 변환 장치(100)는 입력 데이터와 대응되는 11개의 후보 데이터들을 생성할 수 있다. 생성된 후보 데이터들은 모두 입력 데이터와 동일한 의미로 해석될 수 있다. 입력 데이터와 대응되는, 제2 규약에 따른 데이터는 하나일 수 있는데, 데이터 변환 장치(100)는 입력 데이터와 대응되는 제2 규약에 따른 데이터를 알 수 있는 판별 영역을 별도로 가지게 된다. 각 후보 데이터는 판별 영역에서 일정 영역과 대응될 수 있다. 데이터 변환 장치(100)는 도 6(b)에 도시된 바와 같이 후보 데이터들을 제1 규약에 따른 알고리즘에 적용하여 주소값들을 생성할 수 있다. 도 6(c)에 도시된 바와 같이 주소값들은 판별 영역의 특정 영역들과 대응되게 된다. 데이터 변환 장치(100)는 주소값들을 이용하여 후보 데이터들의 정당성과 대응되는 값들을 판별 영역의 소정의 영역으로부터 획득할 수 있다. 도 6(d)에 도시된 바와 같이, 데이터 변환 장치(100)는 후보 데이터로부터 변환된 출력 값들을 최종적으로 획득할 수 있다. As shown in FIG. 6 (a), the data conversion apparatus 100 may generate 11 candidate data corresponding to the input data. The generated candidate data can all be interpreted in the same meaning as the input data. There may be one data according to the second protocol corresponding to the input data. The data conversion apparatus 100 may have a discrimination region for recognizing data according to the second protocol corresponding to the input data. Each candidate data may correspond to a certain region in the discrimination region. The data conversion apparatus 100 may apply the candidate data to the algorithm according to the first protocol as shown in FIG. 6 (b) to generate address values. As shown in FIG. 6 (c), the address values correspond to specific areas of the discrimination area. The data conversion apparatus 100 can obtain the values corresponding to the validity of the candidate data from the predetermined region of the discrimination region using the address values. As shown in Fig. 6 (d), the data conversion apparatus 100 can finally obtain the output values converted from the candidate data.

데이터 변환 장치(100)는 후보 데이터와 대응되는 주소 값을 이용하여 판별 영역의 특정 비트에 접근하게 되고, 특정 비트에 저장된 값을 산출할 수 있다. 데이터 변환 장치(100)는 판별 영역(603)에서 해당 주소 값들과 대응되는 영역에 접근하여 출력 값들 중에서 참으로 출력된 후보 데이터를 최적의 후보 데이터를 선택할 수 있다. The data conversion apparatus 100 accesses the specific bit of the discrimination region using the address value corresponding to the candidate data and can calculate the value stored in the specific bit. The data conversion apparatus 100 can access the region corresponding to the corresponding address values in the discrimination region 603 and select the candidate data that is truly output from the output values as the optimum candidate data.

도 7은 데이터 변환 장치(100)의 외관을 개략적으로 설명하기 위하여 도시한 도면이다.7 is a view for schematically explaining an appearance of the data conversion apparatus 100. As shown in FIG.

데이터 변환 장치(100)는 표현 면에 사용자에 대향되게 위치하도록 구비되는 돌기들(10n)를 포함할 수 있다. 따라서, 표현 면에 현출되는 상기 돌기들(10n)의 선택적 출입에 의한 돌출 신호는 사용자에게 직접적이고 국부적인 타격으로 인식될 수 있고, 사용자는 돌기들(10n)에 의해 타격을 받은 위치에서의 직접적인 진동을 받을 수 있다. 이러한 직접적이고 국부적인 타격에 의해 형성된 돌출 신호는 휴대용 전자 기기의 일반적인 진동 신호와는 달리 타겟 주위에 잔진동이 발생되도록 하지 않기 때문에 사용자에게 정확한 신호를 전달할 수 있다. 따라서, 상기와 같은 돌출 신호에 의해 점자와 같이 촉각을 통해 취득되는 신호를 구현할 수 있고, 그 외에도 군사 신호, 그림 신호, 부호 신호, 방향 신호 등 다양한 신호를 정확하게 구현할 수 있다. 즉, 도 7에 도시된 데이터 변환 장치(100)의 표현 면은 사용자의 피부와 접촉할 수 있도록 위치한다. The data conversion apparatus 100 may include protrusions 10n provided to face the user on the expression surface. Therefore, the protruding signal generated by the selective access of the protrusions 10n to the expression surface can be recognized as a direct and local hit to the user, and the user can directly recognize the position of the protrusion 10n, Vibration can be received. Unlike a general vibration signal of a portable electronic device, such a protruding signal formed by direct and local blowing can transmit an accurate signal to a user because it does not cause a residual vibration around the target. Accordingly, signals obtained through the tactile sense, such as braille, can be implemented by the protruding signals as described above, and various signals such as military signals, picture signals, sign signals, and direction signals can be accurately implemented. That is, the representation surface of the data conversion apparatus 100 shown in FIG. 7 is positioned so as to be in contact with the user's skin.

도 7a를 참조하면, 돌기들(10n)를 포함하는 독립적인 데이터 변환 장치(100)의 외관을 도시하고 있으며, 시계줄을 포함하는 스마트 시계 형식으로 구현되어 있다. 스마트 시계로 구현된 데이터 변환 장치(100) 내부에는 출력 제어부가 더 구비되어 있다. 이러한 데이터 변환 장치(100)는 돌기(101)의 직선운동에 의해 출력 데이터를 표시하는 브레일 디스플레이 기기 일 수 있다. 도 6a에 도시된 데이터 변환 장치(100)는 사용자가 손으로 직접 돌기(10n)를 접촉하여 객체 정보와 대응되는 출력 데이터를 인식할 수 있다. 추가적으로, 데이터 변환 장치(100)는 진동모터를 포함할 수 있다. Referring to FIG. 7A, an external view of an independent data conversion apparatus 100 including protrusions 10n is shown and implemented in a smart clock format including a clock line. The data conversion apparatus 100 implemented as a smart clock further includes an output control unit. The data conversion apparatus 100 may be a bluetooth display device that displays output data by linear movement of the projection 101. [ The data conversion apparatus 100 shown in FIG. 6A can recognize the output data corresponding to the object information by touching the protrusion 10n directly by the user. Additionally, the data conversion apparatus 100 may include a vibration motor.

도 7b를 참조하면, 스마트 폰과 연동되는 스마트 시계로써의 사용자 단말기(T1)와 돌기들(10n)을 포함하는 데이터 변환 장치(100)가 결합된 외관을 도시하고 있다. 도 7b의 경우 스마트 시계의 상부는 유기 발광 디스플레이 유닛, 무기 발광 디스플레이 유닛 또는 액정 디스플레이 유닛 중 하나로 구현되어 있고, 스마트 시계의 하부는 데이터 변환 장치(100)의 돌기(10n)가 구현될 수 있음을 도시하고 있다. 도 7b에 도시된 데이터 변환 장치(100)와 결합된 스마트 시계로써의 사용자 단말기(T1)의 경우 사용자가 스마트 시계를 착용한 신체의 일부분이 돌기(10n)의 직선운동을 감지하여 검출된 액션과 대응되는 출력 데이터를 인식할 수 있다. 추가적으로, 데이터 변환 장치(100)는 진동모터를 포함할 수 있다.Referring to FIG. 7B, there is shown an external view of a data conversion apparatus 100 including a user terminal T1 as a smart watch interlocked with a smartphone and the protrusions 10n. 7B, the upper portion of the smart watch is implemented as one of the organic light emitting display unit, the inorganic light emitting display unit or the liquid crystal display unit, and the lower portion of the smart clock can be implemented with the projection 10n of the data conversion apparatus 100 Respectively. In the case of the user terminal T1 as the smart watch combined with the data conversion apparatus 100 shown in FIG. 7B, a part of the user wearing the smart watch senses the linear movement of the projection 10n, The corresponding output data can be recognized. Additionally, the data conversion apparatus 100 may include a vibration motor.

도 7c를 참조하면, 스마트 폰과 연동되는 스마트 시계로써의 사용자 단말기(T1)와 돌기들을 포함하는 정보 출력 장치(100)가 결합된 외관을 도시하고 있다. 도 7c의 경우 스마트 시계의 상부에 디스플레이 유닛과 정보 출력 장치(100)의 돌기(10n)가 구현될 수 있음을 도시하고 있다. 도 7c에 도시된 정보 출력 장치(100)와 결합된 스마트 시계로써의 사용자 단말기(T1)의 경우 사용자가 손으로 직접 돌기(301)를 접촉하여 검출된 액션과 대응되는 출력 데이터를 인식할 수 있다. 추가적으로, 데이터 변환 장치(100)는 진동모터를 포함할 수 있다.Referring to FIG. 7C, a user terminal T1 as a smart watch interlocked with a smartphone and an information output apparatus 100 including protrusions are shown. In Fig. 7C, the display unit and the projection 10n of the information output apparatus 100 can be implemented on the upper part of the smart clock. In the case of the user terminal T1 as the smart watch combined with the information output apparatus 100 shown in FIG. 7C, the user can directly touch the protrusion 301 by hand and recognize the output data corresponding to the detected action . Additionally, the data conversion apparatus 100 may include a vibration motor.

도 7d를 참조하면, 스마트 폰으로써의 사용자 단말기(T1)와 돌기들(10n)을 포함하는 데이터 변환 장치(100)가 결합된 외관을 도시하고 있다. 추가적으로, 데이터 변환 장치(100)는 진동모터를 포함할 수 있다.Referring to FIG. 7D, an external view of a data conversion apparatus 100 including a user terminal T1 as a smartphone and protrusions 10n is shown. Additionally, the data conversion apparatus 100 may include a vibration motor.

이상 설명된 본 발명에 따른 실시예는 컴퓨터 상에서 다양한 구성요소를 통하여 실행될 수 있는 컴퓨터 프로그램의 형태로 구현될 수 있으며, 이와 같은 컴퓨터 프로그램은 컴퓨터로 판독 가능한 매체에 기록될 수 있다. 이때, 매체는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CD-ROM 및 DVD와 같은 광기록 매체, 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical medium), 및 ROM, RAM, 플래시 메모리 등과 같은, 프로그램 명령어를 저장하고 실행하도록 특별히 구성된 하드웨어 장치를 포함할 수 있다. The embodiments of the present invention described above can be embodied in the form of a computer program that can be executed on various components on a computer, and the computer program can be recorded on a computer-readable medium. At this time, the medium may be a magnetic medium such as a hard disk, a floppy disk and a magnetic tape, an optical recording medium such as CD-ROM and DVD, a magneto-optical medium such as a floptical disk, , A RAM, a flash memory, and the like, which are specifically configured to store and execute program instructions.

한편, 상기 컴퓨터 프로그램은 본 발명을 위하여 특별히 설계되고 구성된 것이거나 컴퓨터 소프트웨어 분야의 당업자에게 공지되어 사용 가능한 것일 수 있다. 컴퓨터 프로그램의 예에는, 컴파일러에 의하여 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용하여 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드도 포함될 수 있다.Meanwhile, the computer program may be designed and configured specifically for the present invention or may be known and used by those skilled in the computer software field. Examples of computer programs may include machine language code such as those produced by a compiler, as well as high-level language code that may be executed by a computer using an interpreter or the like.

본 발명에서 설명하는 특정 실행들은 일 실시 예들로서, 어떠한 방법으로도 본 발명의 범위를 한정하는 것은 아니다. 명세서의 간결함을 위하여, 종래 전자적인 구성들, 제어 시스템들, 소프트웨어, 상기 시스템들의 다른 기능적인 측면들의 기재는 생략될 수 있다. 또한, 도면에 도시된 구성 요소들 간의 선들의 연결 또는 연결 부재들은 기능적인 연결 및/또는 물리적 또는 회로적 연결들을 예시적으로 나타낸 것으로서, 실제 장치에서는 대체 가능하거나 추가의 다양한 기능적인 연결, 물리적인 연결, 또는 회로 연결들로서 나타내어질 수 있다. 또한, “필수적인”, “중요하게” 등과 같이 구체적인 언급이 없다면 본 발명의 적용을 위하여 반드시 필요한 구성 요소가 아닐 수 있다.The specific acts described in the present invention are, by way of example, not intended to limit the scope of the invention in any way. For brevity of description, descriptions of conventional electronic configurations, control systems, software, and other functional aspects of such systems may be omitted. Also, the connections or connecting members of the lines between the components shown in the figures are illustrative of functional connections and / or physical or circuit connections, which may be replaced or additionally provided by a variety of functional connections, physical Connection, or circuit connections. Also, unless explicitly mentioned, such as " essential ", " importantly ", etc., it may not be a necessary component for application of the present invention.

본 발명의 명세서(특히 특허청구범위에서)에서 “상기”의 용어 및 이와 유사한 지시 용어의 사용은 단수 및 복수 모두에 해당하는 것일 수 있다. 또한, 본 발명에서 범위(range)를 기재한 경우 상기 범위에 속하는 개별적인 값을 적용한 발명을 포함하는 것으로서(이에 반하는 기재가 없다면), 발명의 상세한 설명에 상기 범위를 구성하는 각 개별적인 값을 기재한 것과 같다. 마지막으로, 본 발명에 따른 방법을 구성하는 단계들에 대하여 명백하게 순서를 기재하거나 반하는 기재가 없다면, 상기 단계들은 적당한 순서로 행해질 수 있다. 반드시 상기 단계들의 기재 순서에 따라 본 발명이 한정되는 것은 아니다. 본 발명에서 모든 예들 또는 예시적인 용어(예들 들어, 등등)의 사용은 단순히 본 발명을 상세히 설명하기 위한 것으로서 특허청구범위에 의해 한정되지 않는 이상 상기 예들 또는 예시적인 용어로 인해 본 발명의 범위가 한정되는 것은 아니다. 또한, 당업자는 다양한 수정, 조합 및 변경이 부가된 특허청구범위 또는 그 균등물의 범주 내에서 설계 조건 및 팩터에 따라 구성될 수 있음을 알 수 있다.The use of the terms " above " and similar indication words in the specification of the present invention (particularly in the claims) may refer to both singular and plural. In addition, in the present invention, when a range is described, it includes the invention to which the individual values belonging to the above range are applied (unless there is contradiction thereto), and each individual value constituting the above range is described in the detailed description of the invention The same. Finally, the steps may be performed in any suitable order, unless explicitly stated or contrary to the description of the steps constituting the method according to the invention. The present invention is not necessarily limited to the order of description of the above steps. The use of all examples or exemplary language (e.g., etc.) in this invention is for the purpose of describing the invention in detail and is not to be construed as a limitation on the scope of the invention, It is not. It will also be appreciated by those skilled in the art that various modifications, combinations, and alterations may be made depending on design criteria and factors within the scope of the appended claims or equivalents thereof.

100: 데이터 변환 장치
110: 산출부 111: 변환부
120: 판별 영역 121: 인덱스 테이블
130: 판단부
140: 생성부
100: Data conversion device
110: calculating unit 111: converting unit
120: discrimination area 121: index table
130:
140:

Claims (13)

데이터 변환 장치가 입력 데이터를 수신하는 단계;
상기 입력 데이터를 스트링(string) 단위로 판독하여 상기 입력 데이터에 해당하는 제1 규약을 결정하고, 상기 제1 규약에 의한 인덱스 테이블을 읽어 들여 상기 입력 데이터를 변환하는 단계;
변환한 결과를 고려하여 상기 입력 데이터와 대응되되, 구조적으로 변환된 후보 데이터를 생성하는 단계;
상기 후보 데이터를 상기 제1 규약에 따른 변환 알고리즘에 따라 검색 키를 산출하는 단계;
상기 검색 키를 이용하여 상기 후보 데이터의 유효성을 판단하는 단계;를 포함하는, 데이터 변환 방법.
The data conversion apparatus receiving input data;
Reading the input data in units of a string to determine a first protocol corresponding to the input data, reading an index table according to the first protocol, and converting the input data;
Generating structurally transformed candidate data corresponding to the input data in consideration of the transformed result;
Calculating a search key for the candidate data according to a transformation algorithm according to the first protocol;
And determining the validity of the candidate data using the search key.
제1항에 있어서,
상기 검색 키의 유효성을 판단하는 단계는
상기 검색 키를 이용하여 상기 제1 규약과 연계된 판별 영역의 특정 영역에 접근하고, 상기 특정 영역에 저장된 판별 데이터를 통해 상기 후보 데이터의 유효성을 판단하는, 데이터 변환 방법.
The method according to claim 1,
The step of determining the validity of the search key
Accessing a specific area of the discrimination area associated with the first protocol using the search key and determining the validity of the candidate data through the discrimination data stored in the specific area.
제2항에 있어서,
상기 검색 키가 유효한 경우, 상기 판별 데이터에 따라 상기 제2 규약과 다른 규약으로 작성된 상기 입력 데이터의 최종 데이터를 결정하는 단계;를 더 포함하는, 데이터 변환 방법.
3. The method of claim 2,
If the search key is valid, determining final data of the input data created in a protocol different from the second protocol according to the determination data.
제4항에 있어서,
상기 제1 규약에 따른 변환 알고리즘은
상기 판별 영역이 차지하는 정도를 고려하여 복수의 스텝으로 구성될 수 있는, 데이터 변환 방법.
5. The method of claim 4,
The transformation algorithm according to the first protocol
And the degree of occupation of the discrimination area can be taken into account.
제3항에 있어서,
상기 입력 데이터를 수신하는 단계 이전에,
상기 제2 규약을 이용하는데 필요한 표준 데이터를 기준으로 판별 데이터를 생성하는 단계;를 더 포함하는, 데이터 변환 방법.
The method of claim 3,
Prior to the step of receiving the input data,
And generating discrimination data based on standard data necessary for using the second protocol.
제2항에 있어서,
상기 최종 데이터는
상기 제2 규약에 의해 해독되는 형식으로 구성되며, 상기 입력 데이터와 동일한 데이터로 판독되는 데이터인, 데이터 변환 방법.
3. The method of claim 2,
The final data
The input data being read in the same format as the input data.
제2항에 있어서,
상기 제1 규약에 의해 작성된 입력 데이터는
시각 또는 청각으로 출력되도록 구현된 데이터일 수 있는, 데이터 변환 방법.
3. The method of claim 2,
The input data created by the first protocol
Wherein the data may be data that is visual or audible.
제2항에 있어서,
상기 제2 규약으로 해독되는 최종 데이터는
촉각으로 출력되도록 구현된 데이터일 수 있는, 데이터 변환 방법.
3. The method of claim 2,
The final data decrypted with the second protocol is
And may be data that is implemented to be output in a tactile sense.
입력 데이터를 수신하고, 상기 입력 데이터를 스트링(string) 단위로 판독하여 상기 입력 데이터에 해당하는 제1 규약을 결정하고, 상기 제1 규약에 의한 인덱스 테이블을 읽어 들여 상기 입력 데이터를 변환하는 변환부;
변환한 결과를 고려하여 상기 입력 데이터와 대응되되, 구조적으로 변환된 후보 데이터를 생성하고, 상기 후보 데이터를 상기 제1 규약에 따른 변환 알고리즘에 따라 검색 키를 산출하는 산출부;
상기 검색 키를 이용하여 상기 후보 데이터의 유효성을 판단하는 판단부;를 포함하는, 데이터 변환 장치.
A conversion unit for receiving the input data, reading the input data in a string unit to determine a first protocol corresponding to the input data, reading the index table according to the first protocol, ;
A calculating unit for generating structurally transformed candidate data corresponding to the input data in consideration of the transformed result and calculating the search key according to a transform algorithm according to the first protocol;
And a determination unit determining the validity of the candidate data using the search key.
제9항에 있어서,
상기 산출부는
상기 검색 키를 이용하여 상기 제1 규약과 연계된 판별 영역의 특정 영역에 접근하고, 상기 특정 영역에 저장된 판별 데이터를 통해 상기 후보 데이터의 유효성을 판단하는, 데이터 변환 장치.
10. The method of claim 9,
The calculating unit
Accesses a specific region of the discrimination region associated with the first protocol using the search key and determines the validity of the candidate data through the discrimination data stored in the specific region.
제10항에 있어서,
상기 검색 키가 유효한 경우, 상기 판별 데이터에 따라 상기 제2 규약과 다른 규약으로 작성된 상기 입력 데이터의 최종 데이터를 결정하는 생성부;를 더 포함하는, 데이터 변환 장치.
11. The method of claim 10,
And a generation unit configured to determine final data of the input data created in a protocol different from the second protocol in accordance with the determination data when the search key is valid.
제11항에 있어서,
상기 제1 규약에 따른 변환 알고리즘은
상기 판별 영역이 차지하는 정도를 고려하여 복수의 스텝으로 구성될 수 있는, 데이터 변환 장치.
12. The method of claim 11,
The transformation algorithm according to the first protocol
And can be configured in a plurality of steps in consideration of the degree of occupation of the discrimination area.
컴퓨터를 이용하여 제1항 및 제8항 중 어느 한 항의 방법을 실행시키기 위하여 컴퓨터 판독 가능한 매체에 저장된 컴퓨터 프로그램.A computer program stored on a computer readable medium for executing the method of any one of claims 1 to 8 using a computer.
KR1020160160000A 2016-11-29 2016-11-29 Method, apparatus, computer program for converting data KR102016601B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020160160000A KR102016601B1 (en) 2016-11-29 2016-11-29 Method, apparatus, computer program for converting data
PCT/KR2017/013800 WO2018101735A1 (en) 2016-11-29 2017-11-29 Device and method for converting data using limited area, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160160000A KR102016601B1 (en) 2016-11-29 2016-11-29 Method, apparatus, computer program for converting data

Related Child Applications (1)

Application Number Title Priority Date Filing Date
KR1020190103987A Division KR20190102162A (en) 2019-08-23 2019-08-23 Method, apparatus, computer program for converting data

Publications (2)

Publication Number Publication Date
KR20180060471A true KR20180060471A (en) 2018-06-07
KR102016601B1 KR102016601B1 (en) 2019-08-30

Family

ID=62622003

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160160000A KR102016601B1 (en) 2016-11-29 2016-11-29 Method, apparatus, computer program for converting data

Country Status (1)

Country Link
KR (1) KR102016601B1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020053988A (en) * 2000-12-26 2002-07-06 민지홍 Apparatus and method for pointing a braille
KR20050056307A (en) 2003-12-10 2005-06-16 유기호 Walking guide device for a blind man
KR20130076876A (en) * 2010-10-27 2013-07-08 애플 인크. Methods for indexing and searching based on language locale
KR20150033735A (en) * 2012-12-06 2015-04-01 라쿠텐 인코포레이티드 Word division device, word division method, and word division program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020053988A (en) * 2000-12-26 2002-07-06 민지홍 Apparatus and method for pointing a braille
KR20050056307A (en) 2003-12-10 2005-06-16 유기호 Walking guide device for a blind man
KR20130076876A (en) * 2010-10-27 2013-07-08 애플 인크. Methods for indexing and searching based on language locale
KR20150033735A (en) * 2012-12-06 2015-04-01 라쿠텐 인코포레이티드 Word division device, word division method, and word division program

Also Published As

Publication number Publication date
KR102016601B1 (en) 2019-08-30

Similar Documents

Publication Publication Date Title
KR102463567B1 (en) Using meta-information in neural machine translation
CN111428483A (en) Voice interaction method and device and terminal equipment
KR20200007022A (en) Method, terminal, and storage medium for recognizing an image
CN111523306A (en) Text error correction method, device and system
EP3701521B1 (en) Voice recognition apparatus and operation method thereof cross-reference to related application
JP2020518861A (en) Speech recognition method, apparatus, device, and storage medium
GB2556671A (en) Smart replies using an on-device model
KR102046486B1 (en) Information inputting method
CN104282302A (en) Apparatus and method for recognizing voice and text
US20210056270A1 (en) Electronic device and deep learning-based interactive messenger operation method
US20210034622A1 (en) Method and system for enhanced search term suggestion
JP5558284B2 (en) Speech recognition system, speech recognition method, and speech recognition program
CN113761888A (en) Text translation method and device, computer equipment and storage medium
CN110825863B (en) Text pair fusion method and device
JP2023550211A (en) Method and apparatus for generating text
KR20170048008A (en) Apparatus for analyzing intention of query and method thereof
CN112488157A (en) Dialog state tracking method and device, electronic equipment and storage medium
KR102375973B1 (en) Security server using case based reasoning engine and storage medium for installing security function
KR102016601B1 (en) Method, apparatus, computer program for converting data
CN116955610A (en) Text data processing method and device and storage medium
KR20190102162A (en) Method, apparatus, computer program for converting data
CN113268452B (en) Entity extraction method, device, equipment and storage medium
KR101954865B1 (en) METHOD, APPARATUS, COMPUTER PROGRAM FOR judging THE VALIDITY OF A WORD
KR20190022604A (en) METHOD, APPARATUS, COMPUTER PROGRAM FOR judging THE VALIDITY OF A WORD
US12008336B2 (en) Multimodal translation method, apparatus, electronic device and computer-readable storage medium

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
AMND Amendment
E601 Decision to refuse application
AMND Amendment
X701 Decision to grant (after re-examination)
GRNT Written decision to grant