|
|
|
|
|
by kazinator
3914 days ago
|
|
But that Buffalo sentence is something on which people also stumble. A machine can be contrived to pass such a test case, while remaining a lousy parser compared to people. The real problem is that the parser comes so swiftly to wrong conclusion and cheerfully presents it as a valid result. It would look a lot better if it simply reported "error: cannot parse that". (Better yet, with reasons: "I cannot parse that because I get stuck on this specific ambiguity and it's just too much for me."). Also, what about the possibility of multiple results? Language is ambiguous. If something has two parses, it's wrong to assert just one. This thing has made no consideration whatsoever that even a single instance of "buffalo" in the sentence might conceivably be a verb, which flies in the face of almost any noun in English being verbable. |
|