CABot3 Parser
- So, I put it all together, and wrote a system that mimics cognitive
parsing.
- The paper
is
A Pyscholinguistic Model of Natural Language Parsing
Implemented in Simulated Neurons.
- This took advantage of memory decay
to replace the stack
- It turns out that this parser attaches PPs via semantics,
generates semantics, and behaves in human like times.
- It's also pretty fast.
- It looks like this:
- The ovals are psycho-linguistic systems from Jackendoff.
- The rectangles are CANT23 sub nets.
- It was modified a bit for CABot3, but that's it in essence.