sumitgpl / pyector

Automatically exported from code.google.com/p/pyector
0 stars 0 forks source link

Link tokens from the generated sentence to the response of the user #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For the moment (v0.3), there is no link between the generated response of
Ector to the next user's sentence.

In sentence mode, one links the sentence node to the next user's sentence node.

But in generated node, the matching sentence node might not exist.
So, it would be good to link the nodes from the generated sentence to the
next user's sentence node.

It is useful, to activate the nodes of the response to a sentence.

Original issue reported on code.google.com by francois.parmentier@gmail.com on 28 Nov 2008 at 10:29

GoogleCodeExporter commented 8 years ago
r190 fixes this issue.

Original comment by francois.parmentier@gmail.com on 3 Dec 2008 at 10:57