Hacker News new | ask | show | jobs
by ehamberg 4188 days ago

  (S (VP avoid
         (NP (NP success)
             (PP at
                 (NP all costs)))))
vs

  (S (VP avoid
         (NP success)
         (PP at
             (NP all costs))))