Created
October 17, 2023 01:38
-
-
Save catleeball/cc7f6f32f41e7d29850f655c8570a85e to your computer and use it in GitHub Desktop.
HPSG Head-Complement Rule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage{covington} | |
\usepackage{avm} | |
\begin{document} | |
%%begin novalidate | |
\begin{avm} | |
\avml | |
\[ | |
\textit{phrase} \\ | |
VAL & \[ COMPS \< \> \] | |
\] | |
$\rightarrow$ \hfil | |
\avmr | |
\textbf{H} | |
\[ | |
\textit{word} \\ | |
VAL & | |
\[ | |
COMPS & | |
\< \@1 , ... , \@n \> | |
\] | |
\] | |
\@1 ... \@n | |
\avml | |
\avmr | |
\end{avm}\label{hcr} | |
%%end novalidate | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment