File:Syllable trees.png

Original file(2,216 × 2,687 pixels, file size: 195 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

edit
Description
Deutsch: Silbenstruktur als Baumdiagramm nach diversen phonologischen Traditionen und Theorien. Englische Begriffe.
English: Syllable structure as tree diagrams according to several phonologic traditions and theories. English labels.
Date 19 July 2012 (original upload date)
Source Own work
Author Crissov
Permission
(Reusing this file)
Public domain This work has been released into the public domain by its author, Crissov. This applies worldwide.

In some countries this may not be legally possible; if so:
Crissov grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Other versions

Licensing

edit
I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

% !TEX TS-program = XeLaTeX
\documentclass[fontsize=11pt,oneside,headings=small]{scrartcl}
\usepackage{scrpage2}
\usepackage[a4paper,left=10mm,right=10mm,bottom=10mm,top=10mm]{geometry} 
\usepackage{fontspec} 
\usepackage[english,ngerman]{babel} 
%: custom macros
\newcommand{\dfn}[2][]{\textbf{#2}\marginpar{#1}}% automatisch optional Indexeintrag?
\newcommand{\more}{\textsuperscript{+}}
\newcommand{\any}{\textsuperscript{*}}
\newcommand{\wrong}{\textsuperscript{*}}
\newcommand{\really}{\textsuperscript{?}}
\newcommand{\phon}[1]{[\textsf{#1}]}
\newcommand{\morph}[2][]{\{#2\}\textsubscript{#1}}
\newcommand{\morphem}[1]{\[\textsc{#1}\]}

%: Symbols or Names
%% change to your likings, suggestions in comments
\newcommand{\syllable}{syllable }% σ Silbe Sprechsilbe
\newcommand{\initial}{initial }% ι i Initial onset
\newcommand{\medial}{medial }% µ m Medial
\newcommand{\final}{final }% φ f Final – phi is sometimes used for prosodic foot
\newcommand{\body}{body }% β π b c core Körper – beta is sometimes used to collectively refer to onset and coda 
\newcommand{\nucleus}{nucleus }% ν n Nukleus Kern Rumpf
\newcommand{\koda}{coda }% κ c k Koda Endrand Schwanz
\newcommand{\rime}{rhyme }% ρ r Reim
\newcommand{\tonem}{tone }% τ t Ton
\newcommand{\onset}{onset }% ω ο o Onset Anfangsrand Kopf – omega is sometimes used for the prosodic word
\newcommand{\vowel}{V}% v Vokal Vokoid
\newcommand{\sonorant}{S}% s V v Sonant Sonorant
\newcommand{\consonant}{C}% c Konsonant
\newcommand{\glide}{H}% G h g semi-vowel 
\newcommand{\tone}{T}% t Ton Tonhöhe Tonverlauf
\newcommand{\leafs}[1]{\tikzset{frontier/.style={distance from root=#1}}}

%: Fonts
\fontspec{Linux Libertine}
\fontspec{Linux Biolinum}
\setmainfont{Linux Libertine}
\setsansfont[Scale=MatchLowercase]{Linux Biolinum}
%: Graphics
\usepackage{tikz}
\usepackage{tikz-qtree}% could be rewritten to use plain TikZ/PGF

\begin{document}

%: First row: initial - final
\leafs{11em}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\initial} {\consonant\any} ]
	[.{\final} {\glide\any}{\vowel\more}{\consonant\any} ]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\initial} {\consonant\any} ]
	[.{\final}
		[.{\medial} {\glide\any} ]
		[.{\nucleus} {\vowel\more} ]
		[.{\koda} {\consonant\any} ]
	]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\initial} {\consonant\any} ]
	[.{\final} 
		[.{\medial} {\glide\any} ]
		[.{\rime}
			[.{\nucleus} {\vowel\more} ]
			[.{\koda} {\consonant\any} ]
		]
	]
]
\end{tikzpicture}

%: Second row: initial - medial - rhyme
\leafs{8em}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\initial} {\consonant\any} ]
	[.{\medial} {\glide\any} ]
	[.{\rime} {\vowel\more}{\consonant\any} ]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\initial} {\consonant\any} ]
	[.{\medial} {\glide\any} ]
	[.{\nucleus} {\vowel\more} ]
	[.{\koda} {\consonant\any} ]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\initial} {\consonant\any} ]
	[.{\medial} {\glide\any} ]
	[.{\rime}
		[.{\nucleus} {\vowel\more} ]
		[.{\koda} {\consonant\any} ]
	]
]
\end{tikzpicture}

%: Third row: body - coda
\leafs{11em}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\body} {\consonant\any}{\vowel\more} ]
	[.{\koda} {\consonant\any} ]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\body} 
		[.{\onset} {\consonant\any} ]
		[.{\nucleus} {\vowel\more} ]
	]
	[.{\koda} {\consonant\any} ]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\body} 
		[.{\initial} {\consonant\any} ]
		[.{\medial} {\glide\any} ]
		[.{\nucleus} {\vowel\more} ]
	]
	[.{\koda} {\consonant\any} ]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\body} 
		[.{\onset} 
			[.{\initial} {\consonant\any} ]
			[.{\medial} {\glide\any} ]
		]
		[.{\nucleus} {\vowel\more} ]
	]
	[.{\koda} {\consonant\any} ]
]
\end{tikzpicture}

%: Fourth row: onset - rime
\leafs{8em}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\onset} {\consonant\any} ]
	[.{\rime} {\vowel\more}{\consonant\any} ]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\onset}
		[.{\initial} {\consonant\any} ]
		[.{\medial} {\glide\any} ]
	]
	[.{\rime} {\vowel\more}{\consonant\any} ]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\onset} {\consonant\any} ]
	[.{\rime}
		[.{\nucleus} {\vowel\more} ]
		[.{\koda} {\consonant\any} ]
	]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\onset}
		[.{\initial} {\consonant\any} ]
		[.{\medial} {\glide\any} ]
	]
	[.{\rime}
		[.{\nucleus} {\vowel\more} ]
		[.{\koda} {\consonant\any} ]
	]
]
\end{tikzpicture}

%: Fifth row: onset - nucleus - coda
\leafs{8em}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\onset} {\consonant\any} ]
	[.{\nucleus} {\vowel\more} ]
	[.{\koda} {\consonant\any} ]
]
\end{tikzpicture}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.{\onset}
		[.{\initial} {\consonant\any} ]
		[.{\medial} {\glide\any} ]
	]
	[.{\nucleus} {\vowel\more} ]
	[.{\koda} {\consonant\any} ]
]
\end{tikzpicture}

%: Sixth row: everything
%% has some strange error
\leafs{11em}
\begin{tikzpicture}
\Tree 
[.{\syllable} 
	[.\node(b){\body}; 
		[.\node(o){\onset}; 
			[.{\initial} {\consonant\any} ]
			[.\node(m){\medial}; {\glide\any} ]
		]
	]
	[.{\tonem} [.{\tone\really} ] ]
	[.\node(f){\final}; 
		[.{\rime} 
			[.\node(n){\nucleus}; {\vowel\more} ]
			[.{\koda} {\consonant\any} ]
		]
	]
]
\draw (b.south)--(n.north);
\draw (f.south)--(m.north);
\end{tikzpicture}

\end{document}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current13:44, 19 July 2012Thumbnail for version as of 13:44, 19 July 20122,216 × 2,687 (195 KB)Crissov (talk | contribs){{Information |Description ={{en|1=Syllable structure as tree diagrams according to several phonologic traditions and theories. English labels.}} {{de|1=Silbenstruktur als Baumdiagramm nach diversen phonologischen Traditionen und Theorien. Englische...

Metadata