Just a guess: you need more working memory and more complicated processing to parse the second case -- try writing a parser for each!
In the first form (which is like RPN) it's push-on-stack all the way through until the first verb to construct a complete determiner. In the second form you have to first push all the nouns on stack, then keep popping the stack up for each verb to match with the corresponding noun to construct the determiner. Except that the last verb corresponding to the first noun is not a part of the determiner, so you have to check that.
TL;DR: RPN expressions and parsers are simpler than the alternatives.
Subscribe to RSS Feed
= f037147d6e6c911a85753b9abdedda8d)
How to Read a Book has a large section on reading nonfiction.
I read physics textbooks all the time, as well as some math. Right now I'm working through Group Theory and Physics. The best advice I have to give is to pick the right textbooks. I have it easy since I can just ask professors what books to read. I tend to read them very slowly (3-4 months for a good sized book) but I'm a busy person. I take notes by hand.