-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recheck all open files when config changes
- Loading branch information
Showing
5 changed files
with
111 additions
and
19 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
\documentclass[12pt]{article} | ||
\usepackage{lingmacros} | ||
\usepackage{tree-dvips} | ||
\begin{document} | ||
|
||
\section*{Notes for My Paper} | ||
|
||
Don't forget to include examples of topicalization. | ||
They look like this: | ||
|
||
{\small | ||
\enumsentence{Topicalization from sentential subject:\\ | ||
\shortex{7}{a John$_i$ [a & kltukl & [el & | ||
{\bf l-}oltoir & er & ngii$_i$ & a Mary]]} | ||
{ & {\bf R-}clear & {\sc comp} & | ||
{\bf IR}.{\sc 3s}-love & P & him & } | ||
{John, (it's) clear that Mary loves (him).}} | ||
} | ||
|
||
\subsection*{How to handle topicalization} | ||
|
||
I'll just assume a tree structure like (\ex{1}). | ||
|
||
{\small | ||
\enumsentence{Structure of A$'$ Projections:\\ [2ex] | ||
\begin{tabular}[t]{cccc} | ||
& \node{i}{CP}\\ [2ex] | ||
\node{ii}{Spec} & &\node{iii}{C$'$}\\ [2ex] | ||
&\node{iv}{C} & & \node{v}{SAgrP} | ||
\end{tabular} | ||
\nodeconnect{i}{ii} | ||
\nodeconnect{i}{iii} | ||
\nodeconnect{iii}{iv} | ||
\nodeconnect{iii}{v} | ||
} | ||
} | ||
|
||
\subsection*{Mood} | ||
|
||
Mood changes when there is a topic, as well as when | ||
there is WH-movement. \emph{Irrealis} is the mood when | ||
there is a non-subject topic or WH-phrase in Comp. | ||
\emph{Realis} is the mood when there is a subject topic | ||
or WH-phrase. | ||
|
||
\end{document} |