Syntax

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
 
*the structure can be predicted by rules (i.e., the structure is regular), which consist the grammar of the language.
 
*the structure can be predicted by rules (i.e., the structure is regular), which consist the grammar of the language.
 
For instance, the sentence:  
 
For instance, the sentence:  
<blockquote>''they killed the man with a gun''</blockquote>
+
<blockquote>''they killed the man''</blockquote>
is more productively represented as (1a) or (1b) than (2)
+
is more productively represented as (1) than (2)
 
{|align=center
 
{|align=center
 
|-
 
|-
|align=center|[[file:syntax1.jpg]]
+
|align=center|[[file:syntax.jpg]]
|align=center|[[file:syntax2.jpg]]
+
|align=center|'''[they][ ][killed][ ][the][ ][man]'''
|align=center|'''[they][ ][killed][ ][the][ ][man][ ][with][ ][a][ ][gun]'''
+
 
|-
 
|-
|align=center|(1a)
+
|align=center|(1)
|align=center|(1b)
+
 
|align=center|(2)
 
|align=center|(2)
 
|}
 
|}

Revision as of 20:55, 13 August 2013

In Linguistics, syntax is "the study of the principles and processes by which sentences are constructed in particular languages"[1]. It assumes that:

  • natural language sentences can be broken down into components (the so-called syntactic constituents);
  • the resulting structure (i.e., the relations between syntactic constituents) is hierarchical (a tree-like structure) rather than a simple list; and
  • the structure can be predicted by rules (i.e., the structure is regular), which consist the grammar of the language.

For instance, the sentence:

they killed the man

is more productively represented as (1) than (2)

File:Syntax.jpg [they][ ][killed][ ][the][ ][man]
(1) (2)



Notes

  1. Chomsky, Noam. [1957]. Syntactic Structures. p. 11.
Software