Results 2 comments of Zehua Yu

hi I also used `opt.character` with lots of special characters. My solution is to change the two occurences of `re.search` in `dataset.py` to the following: ``` temp_char = re.escape(self.opt.character) out_of_char...

I checked `config.log` and it does seem like it is using c++ 14 when looking for boost development files, so I assume that's the issue (can't test it out right...