• Title/Summary/Keyword: Syntax

Search Result 771, Processing Time 0.026 seconds

An Abstract Grammar for XML Document Editing (XML 문서 편집을 위한 추상문법)

  • 신경희;최종명;유재우
    • Journal of KIISE:Software and Applications
    • /
    • v.30 no.3_4
    • /
    • pp.268-277
    • /
    • 2003
  • A document type definition(DTD) which defines tags for a document is a XML document grammar that defines syntactic structure of a document. An XML document keeps the rules and must be parsed to check validation. To parse XML document, the deterministic parsing method of programming language is irrelevant because it does not satisfy the definition of deterministic content model in element declaration. In this paper, we consider editing of a valid XML document in syntax-directed editing environment, and we suggest the internal storage representations of syntax in DTD and theirs algorithms. The consequence is that a syntactic structure of textual DTD is transformed into graph and table structures. The table structure of DTD is interpreted the context free grammar which has attribute values and is used in syntax-directed editor for XML. We called this the XML abstract grammar and showed generated results and examples.

A Study on Spatial Structure Analysis for Comprehensive Rural Clustered Villages Development Area using the Space Syntax Method Technique (Space Syntax를 이용한 농촌마을종합개발사업 권역의 공간구조분석에 관한 연구)

  • Lee, Haeng-Wook;Kim, Young-Joo;Choi, Soo-Myung
    • Journal of Korean Society of Rural Planning
    • /
    • v.10 no.4 s.25
    • /
    • pp.19-28
    • /
    • 2004
  • In order to revitalize rural areas fundamentally through multifunctional utilization of their resources, it should be necessary to prepare the rational development plan to the areal characteristics and conditions, and the first priority of its planning works should be given to spatial planning. The space syntax method, a powerful objective and quantitative analysis tool on the relationship between social and spatial characteristics, was introduced in this study. Five Comprehensive Rural Clustered Villages Development Areas in the Jeonnam-province were selected as case study areas, of which total area's and included villages' spatial variables were measured and analyzed. Rural villages analyzed in this study have the spatial structure badly systematized and much complicated, which results from low integration and deep spatial depth of them. And, by virtue of relatively many axial lines, there should be few differences between villages in terms of local integration, connectivity and control, while being significant difference in terms of global integration showing the whole areal characteristics. Intelligibility, the correlation coefficient between connectivity(local variable) and integration(global one) is low, which means that the spatial structure of the study areas is difficult for visitors to understand the area or village well. Spatial configuration analysis results in the case study areas showed that each development area has a unique spatial structure and is differentiated in terms of not only local spatial variables but also global spatial variables. Therefore, global and local characteristics should be considered in spatial analysis of development areas.

A Study on the Influence of the Space Syntax and the Urban Characteristics on the Incidence of Crime Using Negative Binomial Regression (음이항 회귀모형을 이용한 공간구문론 및 도시특성요소가 범죄발생에 미치는 영향 연구)

  • Kim, Hyeong Jun;Choi, Yeol
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.36 no.2
    • /
    • pp.333-340
    • /
    • 2016
  • The aim of this study is to specifically understand the characteristics of the crime by empirical analysis for the determining factors that affect determining the crime through the space syntax in Busan. In this study, poisson regression and negative binomial regression were used for accurate analysis. 8 variables that were significant of the total 13 variables. The summary if this study based on the results is as follow. Statistically significant variables are female ratio, over 65 population ratio, administration are and commercial area ratio in characteristics. And the more CCTVs a region has, the lower crime rate it shows. As a results of examing whether space syntax variables can predict crime occurrence places. Space with low connectivity come to be a crime causal factor because they have few other related spaces and thereby have low possibility of sudden appearance of interrupters, which results in low surveillance levels of foot passengers. It will provide the basic data that can contribute to urban planning and implementation of crime prevention aspects.

The Early Wittgenstein on the Theory of Types (전기 비트겐슈타인과 유형 이론)

  • Park, Jeong-il
    • Korean Journal of Logic
    • /
    • v.21 no.1
    • /
    • pp.1-37
    • /
    • 2018
  • As is well known, Wittgenstein criticizes Russell's theory of types explicitly in the Tractatus. What, then, is the point of Wittgenstein's criticism of Russell's theory of types? In order to answer this question I will consider the theory of types on its philosophical aspect and its logical aspect. Roughly speaking, in the Tractatus Wittgenstein's logical syntax is the alternative of Russell's theory of types. Logical syntax is the sign rules, in particular, formation rules of notation of the Tractatus. Wittgenstein's distinction of saying-showing is the most fundamental ground of logical syntax. Wittgenstein makes a step forward with his criticism of Russell's theory of types to the view that logical grammar is arbitrary and a priori. His criticism of Russell's theory of types is after all the challenge against Frege-Russell's conception of logic. Logic is not concerned with general truth or features of the world. Tautologies which consist of logic say nothing.

A Study on the Characteristics of Non-hierachical Arrangement of SANAA's Work by Space Syntax (공간구문론을 이용한 SANAA 작품의 비위계적 공간구성 특성 연구)

  • Lee, Ki-Seok
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.17 no.8
    • /
    • pp.735-744
    • /
    • 2016
  • This study attempted quantitative analysis by space syntax on the plan of a non-hierarchical arrangement, which selected SANAA's work after Almere Stadt Theater, and analyzed the difference in the quantitative value of the non-hierarchical arrangement in plan that appears externally. The analysis results were as follows. First, SANAA's spaces with a non-hierarchical arrangement plan that appears externally showed a definite quantitative value difference, and had a hierarchical space difference in the plan that does not appear externally. Second, the spaces with a high integration value also had a high connectivity value, which is indicated by increasing the number of space openings using the method of giving hierarchy to the non-hierarchical arrangement plan or adjusting the size of the room or location to grant hidden hierarchy. Third, SANAA used exterior corridor rather than interior corridor in grid-type plan to solve the accessibility problem, and the open coat spaces between rooms provide natural lighting and ventilation and are used as equipment that controls the hidden hierarchy of space at the same time.

Aspect Mining Process Design Using Abstract Syntax Tree (추상구문트리를 이용한 어스팩트 마이닝 프로세스 설계)

  • Lee, Seung-Hyung;Song, Young-Jae
    • The Journal of the Korea Contents Association
    • /
    • v.11 no.5
    • /
    • pp.75-83
    • /
    • 2011
  • Aspect-oriented programming is the paradigm which extracts crosscutting concern from a system and solves scattering of a function and confusion of a code through software modularization. Existing aspect developing method has a difficult to extract a target area, so it is not easy to apply aspect mining. In an aspect minning, it is necessary a technique that convert existing program refactoring elements to crosscutting area. In the paper, it is suggested an aspect mining technique for extracting crosscutting concern in a system. Using abstract syntax structure specification, extract functional duplicated relation elements. Through Apriori algorithm, it is possible to create a duplicated syntax tree and automatic creation and optimization of a duplicated source module, target of crosscutting area. As a result of applying module of Berkeley Yacc(berbose.c) to mining process, it is confirmed that the length and volume of program has been decreased of 9.47% compared with original module, and it has been decreased of 4.92% in length and 5.11% in volume compared with CCFinder.

A Computational Model for the Word-Syntax (단어통사론을 위한 계산 모형)

  • Kim, Dong-Joo;Kim, Han-Woo
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.39 no.6
    • /
    • pp.11-23
    • /
    • 2002
  • Computational models up to now for Korean morphology have been linear in that it deal with only segmentation of morphemes rather than formation of the internal structure of a word. When integrating a linear computational model with syntax analysis, it requires an additional interface component between this model and the syntax to bind morphemes into sentence constituents. Furthermore the linear model is not semantically intuitive. In this paper, based on word-syntactical viewpoint, we propose an integrated computational model that deals with morpheme segmentation, formation of syntactic element (sentence constituent), and even internal structure of word. Formalism of two-level morphology is employed to cope with morpheme segmentation and alternation problems, and functional diacritics are proposed to incorporate categorial context into the two-level formalism. A modified GLR-based algorithm is also proposed to check syntactical constraint of morphemes.

Study on Spatial Planning of Subject-centered Clusters Using Space Syntax Methodology - Focused on the Spatial Planning of Shimin Junior School, Japan - (Space Syntax 기법을 이용한 교과교실제 과목영역별 공간계획에 관한 연구 - 일본 시민중학교 계획사례를 중심으로 -)

  • Lee, Jae Hong;Lee, Hyun-Hee
    • Journal of the Korean Institute of Educational Facilities
    • /
    • v.24 no.4
    • /
    • pp.15-24
    • /
    • 2017
  • This paper aims to investigate in what extent subject-centered clusters are different from one another in terms of message system, which is composed of curriculum, pedagogy and evaluation. For this, Bernstein's pedagogic transmission code(i.e., classification and framing) and school typology(i.e., open-type or close-type) have been explored, and then applied into Shimin Junior School, Japan, in order to find out substantial characteristics between subject-centered clusters. In this case study, VGA(visibility graph analysis), as one of syntactical methodologies in space syntax theory, has been used to measure to what degree they are actually different. Throughout in-depth investigation of spatial configurations, it can be said that the square of clusters is strongly connected and integrated very well, so that it acts as an anchor place for school life within a cluster. However, it works in different ways according to message systems. In the subjects like Japanese and Science whose message system are characterized by strong classification and strong framing, integration values are relatively low, and this means that it is hard to expect cross-referencing activities through the subject squares. On the contrary, the subject of Social Studies defined by weak classification and weak framing shows the highest mean integration values, and this can be expected that there are inter-changeable learning activities in the square.

An Investigation of the Spatial Transition in Naju City via Space Syntax Framework (나주시 공간구조 변화에 관한 공간구문론적 고찰)

  • Byeong-Sam OH;Nae-Young CHOEI
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.26 no.1
    • /
    • pp.114-131
    • /
    • 2023
  • The study empirically delves into the longitudinal transition of the urban core of Naju City in Korea. For the purpose, the ASA (Angular Segment Analysis) technique of Space Syntax has been adopted to investigate the cadastral maps on the GIS platform for the five chosen years since 1920. In particular, the global integration map as well as box plot statistics have been used to capture the time-series consequences. The findings indicate that the old downtown is no more a monocentric city core and the center of the City has far moved eastward near the new Gwangju-Jeonam Innovation City especially during the period between 2000 and 2020.

An Efficient Dynamic Entropy Coding by using Multiple Codeword in H.264/AVC (다중 부호어를 이용한 효율적인 H .264/AVC 동적 부호화 방법)

  • 백성학;문용호;김재호
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.29 no.8C
    • /
    • pp.1055-1061
    • /
    • 2004
  • In this paper, we propose an efficient dynamic coding scheme by using multiple codewords in H.264/AVC entropy coding. The exponential Golomb (Exp-Golomb) codewords used in H.264/AVC do not reflect enough the symbol distributions of the combined syntax element in (7) due to their static probability distribution characteristics. However, the multiple codewords in this paper have different statistical characteristics. we propose a dynamic coding scheme by using selectively among multiple codewords to encode the combined syntax element according to given image sequences. Simulation results show that our proposed scheme outperforms the existing (7) method in compression efficiency without loss of quality.