• 제목/요약/키워드: common language

검색결과 616건 처리시간 0.03초

기계학습을 이용한 한국어 대화시스템 도메인 분류 (Machine Learning Based Domain Classification for Korean Dialog System)

  • 정영섭
    • 융합정보논문지
    • /
    • 제9권8호
    • /
    • pp.1-8
    • /
    • 2019
  • 대화시스템은 인간과 컴퓨터의 상호작용에 새로운 패러다임이 되고 있다. 자연어로써 상호작용함으로써 인간은 보다 자연스럽고 편리하게 각종 서비스를 누릴 수 있게 되었다. 대화시스템의 구조는 일반적으로 음성 인식, 자연어 이해, 문맥 파악 등의 여러 모듈의 파이프라인으로 이뤄지는데, 본 연구에서는 자연어 이해 모듈의 도메인 분류 문제를 풀기 위해 convolutional neural network, random forest 등의 기계학습 모델을 비교하였다. 사람이 직접 태깅한 총 7개 서비스 도메인 데이터에 대하여 각 문장의 도메인을 분류하는 실험을 수행하였고 random forest 모델이 F1 score 0.97 이상으로 가장 높은 성능을 달성한 것을 보였다. 향후 다른 기계학습 모델들을 추가 실험함으로써 도메인 분류 성능 개선을 지속할 계획이다.

스피노자: 언어의 힘과 공동체 (Community and Power of language for Spinoza)

  • 이지영
    • 철학연구
    • /
    • 제126권
    • /
    • pp.295-320
    • /
    • 2013
  • 스피노자는 인간의 생각과 태도, 행위를 규정하고 이끌어내는 힘을 언어가 가지고 있다고 생각했다. 인간의 의식과 행동을 결정하는 힘이 언어에 있는 한, 인간 공동체에서 언어는 매우 중요한 것이다. 그런데 스피노자에게 이 언어의 의미는 고정적인 것이 아니라 역동적으로 변화하는 것으로서 드러난다. 스피노자에게 언어를 이루는 기호와 그 의미는 서로 다른 것이다. 한 사회에서 널리 통용되는 기호로서의 언어는 숙고되지 못한 신체적 이미지들에 기반하여 성립하기 쉬운 까닭에 자주 부적합한 관념으로서의 상상지를 수반한다. 그러나 그렇다고 해서 언어가 참된 관념을 표현하지 못하는 도구인 것은 아니다. 의미의 질서는 이미지들의 연쇄, 관념의 연쇄를 통해서만 결정된다. 의미는 항존적인 것이 아니라, 이미지와 관념의 질서를 바꿈으로써 바뀐다. 단어가 함축하는 이미지들과 관념들의 질서를 재배치하는 과정을 통해 언어는 참되고 적합한 관념을 표현할 수 있게 된다. 물론 참된 관념을 언어로 표현하는 것만으로는 부족하다. 인간의 관념과 행위를 결정하는 언어의 힘은 그것이 참된 것을 표현하느냐 아니냐에 따라 결정되는 것이 아니라, 어떤 의미의 질서가 보다 큰 헤게모니를 가지는가에 따라 결정되기 때문이다. 이런 의미에서 이 세계는 서로 다른 의미의 질서들이 충돌하고 힘겨루기를 하는 장으로 보아도 무방할 것이다. 이성의 질서를 표현하는 언어의 의미를 수용하는 이들이 많아지면 많아질수록, 언어를 통해 매개되어 연대한 이들의 힘이 이 세계를 보다 더 이성적이며 합리적인 방향으로 바꾸게 될 것임을 의미한다. 그럼에도 불구하고 이 모든 변화는 바로 언어의 질서를 바꾸는 일, 다시 말해 기존의 관념이 옳지 않다는 것을 밝히고 널리 알리는 일에서 시작되는 것임에 틀림없다. 이것이 바로 스피노자가 "신학 정치론"에서 "성서"의 허구적 측면을 언어 분석을 통해 폭로하고, 사상의 자유를 역설한 까닭이다.

Eval-Apply 모델의 STGM에 기반하여 지연 계산 함수형 프로그램을 자바로 컴파일하는 기법 (Compiling Lazy Functional Programs to Java on the basis of Spineless Taxless G-Machine with Eval-Apply Model)

  • 남병규;최광훈;한태숙
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제29권5호
    • /
    • pp.326-335
    • /
    • 2002
  • 최근에 지연 계산 함수형 언어를 자바 프로그램으로 변환함으로써 지연 계산 함수형 언어 프로그램에 대해 코드 이동성을 제공하려는 연구가 있었다. 이러한 연구들은 자바와 지연 계산형 함수형 언어의 추상 기계가 가지는 구조적 유사성에 바탕을 두고 있다. 지연 계산 함수형 언어에 대한 추상 기계인 STGM(Spineless Tagless G-machine)과 자바 언어에 대한 추상 기계인 JVM(Java Virtual Machine)은 기억장소 재활용 체계와 스택 기계 구조를 가진다는 점에서 공통된 특징을 가지고 있다. 그러나 현재가지의 지연 계산 함수형 언어로부터 자바로의 변환 구조는 이와 같은 추상 기계 구조상의 공통점을 충분히 이용하지 못하였다. 본 논문에서는 STGM의 계산 모델을 eval-apply 모델로 새로이 정의함으로써 STGM과 JVM의 공통점을 충분히 이용하는 새로운 변환 구도를 제안한다. 새로이 제안된 변환 구도에서는 자바 스택(Java Virtual Machine Stack)을 사용하여 함수 계산을 수행하도록 함으로써 스택 시뮬레이션으로 인해 나타나는 자바에서의 배열 접근 부담을 제거하였다. 본 논문의 변환 구도에 의해 자바로 변환된 벤치마크 프로그램들은 기존의 변환 구도에 의해 변환된 경우보다 JDK 1.3에서 빠르게 동작한다.

A New Approach to Robustly Exchange Models in Heterogeneous CAD/CAE Environment and its Application

  • Kim, In-Il;Jang, Young-Heuy;Suh, Heung-Won;Han, Seong-Hwan
    • Journal of Ship and Ocean Technology
    • /
    • 제10권2호
    • /
    • pp.11-23
    • /
    • 2006
  • The model exchange from CAD system to CAE system in valid and effective manner is the major issue of automatic analysis modelling of ship structure. However, model exchange approaches based on the neutral CAD file have resulted in invalid model exchange that could not properly reflect the characteristics of CAD model and CAE model of ship structure. This paper presents the new approach of n-to-n mapping to exchange ship structure model in heterogeneous CAD/CAE environments. In this study, the common model called 'unified ship model for analysis' to directly extract proper information from different CAD systems for ship structural analysis is proposed. Moreover, a command language based model interfacing technique to construct an idealized model for analysis job is also proposed. The proposed approach has been actually implemented in DSME CAD/CAE environment of ship structure such as TRIBON system, PATRAN system and FLUENT system. The applicability and effectiveness of the proposed approach was verified by applying it to the real analysis project for fore-body of ship and block lifting. This application results show that the proposed approach can be effectively used for heterogeneous CAD/CAE environment.

디지털 시대의 아동 미디어 관련 연구동향 분석 (An Analysis of the Research Trends on Children's Media in the Digital Era)

  • 이란;현은자
    • 아동학회지
    • /
    • 제35권4호
    • /
    • pp.17-40
    • /
    • 2014
  • The aims of this study were three-fold; to analyze the trends of research on children's media, to anticipate any transitions in the direction of the research and finally to provide a guidance for future directions in the research. For this purpose, 55 research papers were chosen. The tool used for this analysis was that developed by Meyrowitz(1998; 1999), which classifies(1998, 1999) three main viewpoints towards media. Based on these three viewpoints, this study found that the most common category is 'media as a vessel.' Furthermore, it was verified that some studies in 'media as a vessel' have a tendency to be mixed with the notion of 'media as a language.' Subsequently, all the research papers in the category of 'media as a language' were subcategorized into 6 digital literacy competencies, in the manner proposed by Hobbs(2010). Consequently, the studies in the category of 'creation' were revealed to be the most common, and it was further confirmed that the research included in the categories of 'reflection' and 'social action' both begins to partially appear. Based on these results, this study speculates on a number of educational points supporting the development of media education in the digital era.

East Asian Trade Flows of Cultural Goods: A Gravity Model Approach

  • Yu, Shasha;Park, Eui Burm
    • 아태비즈니스연구
    • /
    • 제2권1호
    • /
    • pp.49-73
    • /
    • 2011
  • With the market evaluation of economic globalization exchanges between different cultures, cultural trade has been developing at an accelerated speed, and also playing an important role in East Asian intra-regional trade. In this research the author used gravity trade model to explain the causal relationship between dependent variable trade flows and several independent variables applying with five categories cultural goods which classified in HS codes. Firstly for cultural heritage trade flow, the results indicated that economic masses of bilateral countries have no significant influences on it; GDP per capita of host country and adjacency factor with partner country have significant negative influences on it; Internet coverage ratio has improved cultural heritages exchanges in East Asian regions. Secondly for printed matter cultural goods trade flow, the distance factor has significant negative influence but common language has significant positive influence on it. Thirdly for recorded media cultural goods, only economic masses and GDP per capita of bilateral countries can improved their trade flows. Fourthly for visual arts cultural products trade flows, almost all variables we tested have significant influences on it. Fifthly for cinema photography cultural goods trade flow, the influenced factor are same with cultural heritage products except they have strong positive interaction relationship with economic masses and common language. At last, the paper figured out some important and potential sectors for cultural goods trade in East Asia and gave some suggestions to government and cultural goods product enterprises.

  • PDF

A multi-dimensional approach to English for Global Communication: Pragmatics of International Intelligibility

  • Nihalani, Paroo
    • 대한음성학회:학술대회논문집
    • /
    • 대한음성학회 2000년도 7월 학술대회지
    • /
    • pp.353-363
    • /
    • 2000
  • The consonant system of English is relatively uniform throughout the English-speaking countries. Accents of English are mainly known to differ in terms of their vowel systems as well as in the phonetic realisations of vowel phonemes. The results of an acoustic study of vowel phonology of Japanese English, Singapore English and Indian English are presented, and an attempt is then made to compare the vowel phonology of these non-native varieties with that of Scottish English and RP. Various native varieties of English are thus shown to differ from each other in major ways, as much, perhaps, as the non-native varieties differ from the native varieties. Nevertheless, native speakers of English appear to be mutually intelligible to a degree that does not extend to non-native varieties. Obviously there are features that various native accents have in common which facilitate their mutual intelligibility, and these features are not shared by non-native accents. It is proposed that the foreign learner adopt certain core features of English in his pronunciation if he is to use English effectively as an international language. The common core that is significant in the communication process will be discussed. In conclusion, some pragmatic implications for the English language education in the new millennium will be articulated.

  • PDF

Modal Auxiliary Verbs in Japanese EFL Learners' Conversation: A Corpus-based Study

  • Nakayama, Shusaku
    • 아시아태평양코퍼스연구
    • /
    • 제2권1호
    • /
    • pp.23-34
    • /
    • 2021
  • This research examines Japanese non-native speakers' (JNNS) modal auxiliary verb use from two different perspectives: frequency of use and preferences for modalities. Additionally, error analysis is carried out to identify errors in modal use common among JNNSs. Their modal use is compared to that of English native speakers within a spoken dialogue corpus which is part of the International Corpus Network of Asian Learners' English. Research findings show at a statistically significant level that when compared to native speakers, JNNSs underuse past forms of modals and infrequently convey epistemic modality, indicating the possibility that JNNSs fail to express their opinions or thoughts indirectly when needed or to convey politeness appropriately. Error analysis identifies the following three types of common errors: (1) the use of incorrect tenses of modal verb phrases, (2) the use of inflected verb forms after modals, and (3) the non-use of main verbs after modals. The first type of error is largely because JNNSs do not master how to express past meanings of modals. The second and third types of errors seem to be due to first language transfer into second language acquisition and JNNSs' overgeneralization of the subject-verb agreement rules to modals respectively.

선박용 플랫바의 효율적인 NC 절단경로를 고려한 배치방법에 관한 연구 (A Study on Layout Method for Effective NC Cutting Path of the Flat-bar)

  • 이철수;박성도;박광렬;임태완;양정희
    • 한국CDE학회논문집
    • /
    • 제9권2호
    • /
    • pp.102-111
    • /
    • 2004
  • In this paper, the efficient layout method for generating common and continuous cutting path of flat-bar profile. The ‘flat -bar’ is a stiffener and has long rectangular shape. This paper describes a fast nesting algorithm of the flat-bar, and a procedure to generate cutting path of gas/plasma torch, which is operated by a NC (numerically controlled) gas/plasma cutting machine. By using this common and continuous path, the machining-time for cutting and the maintenance-cost of plasma-torch could be reduced. Proposed procedures are written in C-language and applied to the Interactive Flat-Bar-Nesting System executable on Open VMS with X-Window system.

DirectX/C++ 기반 게임 소프트웨어의 공통 모듈 모형화 기법에 관한 연구 (A Study on Common Module Modeling Method of Game Software based on DirectX/C++)

  • 변정원;류성열
    • 한국게임학회 논문지
    • /
    • 제9권2호
    • /
    • pp.95-104
    • /
    • 2009
  • DirectX를 사용하는 윈도우 게임 및 콘솔 게임은 전 세계 게임 시장의 20% 이상을 차지하고 있으며, 전 세계 시장의 75% 이상이 C++로 개발되고 있다. 본 연구는 DirectX와 C++ 기반으로 개발된 20개 프로젝트 코드의 공통성과 가변성을 분석하여 패턴화하고, 이를 공통 모듈화 하였으며, 이 모듈을 모형화 하였다. 사례 연구를 통해, 제안한 기법을 사용하여 DirectX와 C++ 기반으로 개발된 소프트웨어 코드의 생산성이 60% 이상 개선됨을 입증하였다.

  • PDF