▲ | thiht 4 days ago | |||||||||||||||||||||||||||||||||||||
> there’s a definite correlation between how easy it is to parse for the computer and for you I’m not sure that’s true tbh. Exhibit A: natural language. Exhibit B: Polish notation. | ||||||||||||||||||||||||||||||||||||||
▲ | chrismorgan 4 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||
I don’t see how either of those exhibits demonstrate your point. I believe various research has shown that humans and machines parse natural language in rather similar ways. Garden-path sentences <https://en.wikipedia.org/wiki/Garden-path_sentence> are a fun demonstration of how human sentence parsing involves speculation and backtracking. Polish notation is easy for both to parse; humans only struggle because they’re not so familiar with it. (By adulthood, human processing biases extremely heavily toward the familiar. Computer parsing has to be implemented from scratch, so there’s not so much concept of familiarity, though libraries can encapsulate elements of parsing.) | ||||||||||||||||||||||||||||||||||||||
|