Ondrej Dusek
Ondrej Dusek
@hankelvin : Thanks, that sounds like this is the problem.... so basically NLTK has an older version and to make it compatible with 1.5, we'd need to add the function...
In some files, it will definitely be comments only (multi-ref mode)
Well, actually that would be the solution to messed-up logs, not exception tracebacks ;-). This means we must implement the logging process _and_ move traceback handling to the other processes...
I don't know... wouldn't that create a bottleneck?
Yes, this is the right place, thanks. I'll look at it.
OK, this is actually a result of a deeper inconsistency... @jurcicek: Why is `dialogue_state['route_alternative']` initially a `D3DiscreteValue` like the other slots, even though this is not used as a regular...
Actually, now it seems to me that we should separate `conn_info` and `route_alternative` from the dialogue state completely and keep them as member variables of `PTICSHDCPolicy`... Or we should introduce...
I mean only `conn_info` and `route_alternative` – these relate to the current dialogue state, but are not used as slots (you don't need probabilities there). Are there any others that...
Thanks for this! I just tested it on my RPi4 + [Respeaker 2-mic HAT](http://wiki.seeedstudio.com/ReSpeaker_2_Mics_Pi_HAT/) and it works fine... just needed two tiny fixes. I guess the easiest option is to...
Same on Windows 10 and Java 1.8.0_111 -- 0.9.7 works but 0.9.8 fails.