計算というデジタル
生成文法の特徴の1つは, 言語を数学的な記述で表現するところである. そのため, 自然に言語システムを演算処理として捉え, 具体的な計算等考えることがある. 一般的な言語学のイメージとはだいぶそれるとは思うが, 具体例を挙げてみたい.
Let us take a numeration to be a set of pairs (
), where
is an item of the lexicon and
is its index, understood to be the number of times that
is selected. Take
to be (at least) a numeration
;
maps
to (
,
). The procedure
selects an item from
and reduces its index by 1, then performing permissible computations.
does not converge unless all indices are zero.
(Chomsky, 1994, p. 3)
これを見るとわかるが, 明確に文字通り計算を行うように操作が入っている. こういった観点で言語を見ていくのが, 生成文法の特徴の1つである.
参考文献
- Chomsky, N. (1994). Bare phrase structure. Cambridge, MA: MIT Press.