Skip to content

Instantly share code, notes, and snippets.

@chbrown
Forked from anonymous/Trees1&2
Created September 29, 2011 02:36
Show Gist options
  • Select an option

  • Save chbrown/1249853 to your computer and use it in GitHub Desktop.

Select an option

Save chbrown/1249853 to your computer and use it in GitHub Desktop.

Revisions

  1. chbrown revised this gist Sep 29, 2011. 1 changed file with 147 additions and 0 deletions.
    147 changes: 147 additions & 0 deletions Trees12
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,147 @@
    \item Abelard has written a volume of poems in Latin for H\'elo\"ise.

    \hspace*{-0.5in}
    {\footnotesize
    \Tree
    [.CP
    {}
    [.TP
    [.NP
    {}
    [.N\1
    {N\\Abelard}
    {}
    ]
    ]
    {T\\has}
    [.VP
    {}
    [.V\1
    [.PP
    {}
    [.P\1
    {P\\for}
    [.NP
    {}
    [.N\1
    {N\\H\'elo\"ise}
    {}
    ]
    ]
    ]
    ]
    ]
    [.V\1
    {V\\written}
    [.NP
    {D\\a}
    [.N\1
    {N\\volume}
    [.PP
    {}
    [.P\1
    [.P\1
    {P\\of}
    [.NP
    {}
    [.N\1
    {N\\poems}
    {}
    ]
    ]
    ]
    [.PP
    {P\\in}
    [.NP
    [.N\1
    {}
    {N\\Latin}
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    }

    \item Pranksters from Anaheim frequently throw firecrackers at little old ladies.

    \Tree
    [.CP
    {}
    [.TP
    [.NP
    {}
    [.N\1
    {N\\Pranksters}
    [.PP
    {}
    [.P\1
    {P\\from}
    [.NP
    {}
    [.N\1
    {N\\Anaheim}
    {}
    ]
    ]
    ]
    ]
    ]
    ]
    [.VP
    {}
    [.V\1
    [.AdvP
    {}
    [.Adv\1
    {Adv\\frequently}
    {}
    ]
    ]
    [.V\1
    {V\\throw}
    [.NP
    {}
    [.N\1
    {N\\firecrackers}
    [.PP
    {}
    [.P\1
    {P\\at}
    [.NP
    {}
    [.N\1
    [.AdjP
    {}
    [.Adj\1
    {}
    {Adj\\little}
    ]
    ]
    [.N\1
    [.AdjP
    {}
    {Adj\\old}
    [.N\1
    {N\\ladies}
    {}
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
    ]
  2. @invalid-email-address Anonymous created this gist Sep 29, 2011.
    106 changes: 106 additions & 0 deletions Trees1&2
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,106 @@
    \item Abelard has written a volume of poems in Latin for H\'elo\"ise.

    \Tree
    [.CP
    {\phantom{C}}\qsetw{.5cm}
    [.TP
    [.NP
    {\phantom{D}}\qsetw{.5cm}
    [.N\1
    {N\\Abelard}
    {\phantom{P}}
    ]]
    {T\\has}
    [.VP
    {\phantom{AdvP}}
    [.V\1
    [.PP
    {\phantom{AdvP}}
    [.P\1
    {P\\for}
    [.NP
    {\phantom{D}}
    [.N\1
    {N\\H\'elo\"ise}
    {\phantom{PP}}
    ]]]]]
    [.V\1
    {V\\written}
    [.NP
    {D\\a}
    [.N\1
    {N\\volume}
    [.PP
    {\phantom{AdvP}}
    [.P\1
    [.P\1
    {P\\of}
    [.NP
    {\phantom{D}}
    [.N\1
    {N\\poems}
    {\phantom{PP}}
    ]]]
    [.PP
    {P\\in}
    [.NP
    [.N\1
    {\phantom{D}}
    {N\\Latin}
    ]\qsetw{1cm}
    ]]]]]]]]]]

    \item Pranksters from Anaheim frequently throw firecrackers at little old ladies.

    \Tree
    [.CP
    {\phantom{C}}
    [.TP
    [.NP
    {\phantom{D}}
    [.N\1
    {N\\Pranksters}
    [.PP
    {\phantom{D}}
    [.P\1
    {P\\from}
    [.NP
    {\phantom{D}}
    [.N\1
    {N\\Anaheim}
    {\phantom{PP}}]]]]]]
    [.VP
    {\phantom{Adv}}
    [.V\1
    [.AdvP
    {\phantom{Adv}}
    [.Adv\1
    {Adv\\frequently}
    {\phantom{adv}}]]
    [.V\1
    {V\\throw}
    [.NP
    {\phantom{D}}
    [.N\1
    {N\\firecrackers}
    [.PP
    {\phantom{Adv}}
    [.P\1
    {P\\at}
    [.NP
    {\phantom{D}}
    [.N\1
    [.AdjP
    {\phantom{adv}}
    [.Adj\1
    {\phantom{adv}}
    {Adj\\little}
    ]]
    [.N\1
    [.AdjP
    {\phantom{adv}}
    {Adj\\old}
    [.N\1
    {N\\ladies}
    {\phantom{PP}}]
    ]]]]]]]]]]]]]