test1234567 deleted Id_titles_tex_v_1__.tex  about 9 years ago

Commit id: 9a99cf959cd1f364b7eae83eff60bfc02bafc8ce

deletions | additions      

         

% $Id: titles.tex,v 1.18 1994/12/09 06:39:11 robertm Exp $  %\input{stuff}  %\makeindex  %\begin{document}  \section{Titles} \index{titles|(}  \label{list:titles}  \subsection{Whole constituent as title}  Only titles of books, movies, songs, and names of other created works are  labeled -TTL. (Note that -TTL implies -NOM, so no constituent need be  tagged both -TTL and -NOM.) \index{TTL@-TTL}  \begin{verbatim}  (S ``  (NP-TTL-SBJ (NP Bedtime)  (PP for  (NP Frances)))  ''  (VP is  (NP-PRD my favorite book)))  \end{verbatim}  \begin{verbatim}  (S (NP-SBJ I)  (VP like  (S-TTL (NP-SBJ *)  (VP Driving  (NP Miss Daisy)))))  \end{verbatim}  \begin{verbatim}  (S (SBAR-TTL-SBJ (WHADVP-2 When)  (S (NP-SBJ Harry)  (VP Met  (NP Sally)  (ADVP-TMP *T*-2))))  (VP was  (NP-PRD a good movie)))  \end{verbatim}  \begin{verbatim}  (S (NP-SBJ I)  (VP am  (PP-PRD in  (NP (NP awe)  (PP of  (S-TTL (NP-SBJ The Empire)  (VP Strikes  (ADVP-CLR Back))))))))  \end{verbatim}  \begin{verbatim}  (NP ``  (PP-TTL In  (NP (NP the Heat)  (PP of  (NP the Night))))  ,  ''  (NP the NBC series...))  \end{verbatim}  Names of institutions, games, and companies should not be labeled -TTL.  \begin{verbatim}  (PP according  (PP to  (NP (NP the Center)  (PP for  (NP (NP Continuing Study)  (PP of  (NP the California Economy)))))))  \end{verbatim}  The label at the level of coordination involving items with -TTL is NP,  without an additional -TTL.  \begin{verbatim}  (NP (NP-TTL Crime and Punishment)  ,  (S-TTL (NP-SBJ One)  (VP Flew  (PP-DIR Over  (NP (NP the Cuckoo 's)  Nest))))  and  (NP-TTL (NP The House)  (PP-LOC at  (NP Pooh Corner))))  \end{verbatim}  \subsection{Premodified titles} \index{titles!premodified}  When a title that would otherwise constitute a full NP is preceded by a  modifier or determiner, it is labeled NX to create a placeholder for the  -TTL tag. \index{NX}  \begin{verbatim}  (NP the uptempo  ``  (NX-TTL Sky)  '')  \end{verbatim}  \begin{verbatim}  (NP (NP Saint-Saens 's)  ``  (NX-TTL The Swan)  '')  \end{verbatim}  \begin{verbatim}  (NP (NP Steinbeck 's)  ``  (NX-TTL (NX The Grapes)  (PP of  (NP Wrath))))  \end{verbatim}  % Policy for ``The Grapes'' above was mostly (NX (NP ) (...)), and many  % inside NX-TTL are done that way. However, Mark and I would rather have  % NX, and most non-TTL ones are done with (NX (NX ) (...)), so I vote for  % putting NX in the manual, possibly with a note about variation. But NOT  % the Hyundai sentence here, please -- that problem only occurs as a TTL  % premodifier, as added below...-R.  %A- depending on what ``many'' means, I would favor a note on variation  %here. If we were illogical about the NX adjunction and did TTL  %differently from other NXs, I still think what we did should be here, not  %what we now consider logical.  %  %possible note on variation follows:  However, some variation exists with postmodified NXs, especially with  NX-TTL. Some such examples in the corpus are bracketed as follows: \index{NX}  \begin{verbatim}  (NP (NP Steinbeck 's)  ``  (NX-TTL (NP The Grapes)  (PP of  (NP Wrath))))  \end{verbatim}  \subsection{Titles as premodifiers} \index{titles!as premodifiers}  A complex constituent acting as a nominal modifier may be annotated with  full structure and tagged -TTL. \index{TTL@-TTL}  \begin{verbatim}  (NP (NP the late Martin Luther King 's)  famous ``  (S-TTL (NP-SBJ I)  (VP Have  (NP a Dream)))  '' speech)  \end{verbatim}  \begin{verbatim}  (NP the premiere  ``  (PP-TTL In  (NP the Dumpster))  ''  column)  \end{verbatim}  However, constituents that might ordinarily be called NP present more of a  problem, since noun modifiers are usually not annotated. The most common  strategies are to leave the modifier flat (if simple) or to use NAC-TTL.  \index{NAC-TTL}  \begin{verbatim}  (NP The `` Thin Man '' series)  \end{verbatim}  \begin{verbatim}  (NP the old Warner Bros. `` Road Runner '' cartoons)  \end{verbatim}  \begin{verbatim}  (NP a  (NAC-TTL `` My Favorite Bureaucrat '')  plaque)  \end{verbatim}  \begin{verbatim}  (NP the Oct. 20 ``  (NAC-TTL Corporate Elite)  '' issue)  \end{verbatim}  \begin{verbatim}  (NP-SBJ The Wall Street Journal ``  (NAC-TTL American Way  (PP of  (NP Buying)))  '' Survey)  \end{verbatim}  \begin{verbatim}  (NP a ``  (NAC-TTL (NP Points)  (PP of  (NP Light)))  '' foundation)  \end{verbatim}  \begin{verbatim}  (NP (NP the auto company 's)  ``  (NAC-TTL Cars  (SBAR (WHNP-1 That)  (S (NP-SBJ *T*-1)  (VP Make  (NP Sense)))))  ''  campaign)  \end{verbatim}  \index{titles|)}  %\printindex  %\end{document}         

Id_titles_tex_v_1__.tex