Programming
- The CABot NL parser is a neuro-cognitive model of parsing, and
behaves in psycholinguistically realistic times.
- To do this we had to make the STM decay.
- We did this by programming the topology so that once
firing, progressively fewer neurons fired until firing
collapsed.
- One cool thing in the parser is that it is context free without
a stack.
- It's memory based, and thus needs appropriate STM behaviour.
- However, that programming the topology leaves a lot to be desired.