a diagram of the theory for the dissertation

This commit is contained in:
Noah Diewald 2023-02-23 10:18:38 -05:00
parent 92be7aa0c4
commit be17a0c278
No known key found for this signature in database
GPG Key ID: EC2BAE1E100A5509
1 changed files with 17 additions and 0 deletions

17
dissertation-arch.tex Normal file
View File

@ -0,0 +1,17 @@
\begin{tikzpicture}
\node (fsm) at (0,0.5) {Form-Sign Mapping};
\node[draw] (fp) at (-5,0) {Form Paradigm};
\node[draw] (sp) at (5,0) {Sign Paradigm};
\node (mr) at (2,3) {Meaning Relation};
\node[draw,ellipse] (lsk) at (0,5) {Lexical Semantic Knowledge};
\node (ffm) at (-5,-2.3) {Form-Form Mapping};
\draw[->] (fp) to (sp);
\draw[->] (lsk) to (fsm);
\draw[->] (-5.1,-0.3) .. controls (-6,-0.5) and (-6,-2) .. (ffm.north) .. controls (-4,-2) and (-4,-0.5) .. (fp.south);
\end{tikzpicture}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../main"
%%% End: