opendial
opendial copied to clipboard
A generic Java toolkit for building dialogue systems
[https://sites.google.com/site/opendialtoolkit?pli=1](https://sites.google.com/site/opendialtoolkit?pli=1) Moved to another place?
Dear, How to train the parameters with wizard data? Could you give me some examples?
Hi, i'm learning from your code, and find that the below function seems to have an useless parameter **newNodeId**,please check it. ```java protected void modifyVariableId(String oldNodeId, String newNodeId) { if...
To extract the domain now we have to pass a path string: Domain dialogueDomain = XMLDomainReader.extractDomain("path-to-topDomainFile"); But it would be useful to pass a File. May be the XMLs are...